BOLT update for 8-byte satoshi values, and other updates.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-06-06 09:19:10 +09:30
parent 7389aae26a
commit 6f181e0dc1
16 changed files with 83 additions and 66 deletions

View File

@@ -762,7 +762,7 @@ void handle_channel_update(struct routing_state *rstate, const u8 *update, size_
u32 timestamp;
u16 flags;
u16 expiry;
u32 htlc_minimum_msat;
u64 htlc_minimum_msat;
u32 fee_base_msat;
u32 fee_proportional_millionths;
const tal_t *tmpctx = tal_tmpctx(rstate);