mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-19 13:17:42 +02:00
gossipd: use u64 for htlc_minimum_msat field
It's u64 in the spec, so we should use u64 too.
This commit is contained in:
parent
b9331e5ac8
commit
a289282bad
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ struct half_chan {
|
|||
s64 last_timestamp;
|
||||
|
||||
/* Minimum number of msatoshi in an HTLC */
|
||||
u32 htlc_minimum_msat;
|
||||
u64 htlc_minimum_msat;
|
||||
|
||||
/* Maximum number of msatoshis in an HTLC */
|
||||
u64 htlc_maximum_msat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue