chanseries+server: populate ExtraOpaqueData field when reading from disk

This commit is contained in:
Olaoluwa Osuntokun
2018-08-31 20:15:00 -07:00
parent 88aa74be57
commit 7808288249
2 changed files with 11 additions and 7 deletions

View File

@@ -3015,6 +3015,7 @@ func createChannelUpdate(info *channeldb.ChannelEdgeInfo,
HtlcMinimumMsat: policy.MinHTLC,
BaseFee: uint32(policy.FeeBaseMSat),
FeeRate: uint32(policy.FeeProportionalMillionths),
ExtraOpaqueData: policy.ExtraOpaqueData,
}
var err error