mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
lightningd: more updates to match latest BOLT2/3.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -653,7 +653,7 @@ int main(void)
|
||||
* name: simple commitment tx with no HTLCs
|
||||
* to_local_msat: 7000000000
|
||||
* to_remote_msat: 3000000000
|
||||
* feerate_per_kw: 15000
|
||||
* local_feerate_per_kw: 15000
|
||||
*/
|
||||
to_local_msat = 7000000000;
|
||||
to_remote_msat = 3000000000;
|
||||
@@ -662,7 +662,7 @@ int main(void)
|
||||
"name: simple commitment tx with no HTLCs\n"
|
||||
"to_local_msat: %"PRIu64"\n"
|
||||
"to_remote_msat: %"PRIu64"\n"
|
||||
"feerate_per_kw: %"PRIu64"\n",
|
||||
"local_feerate_per_kw: %"PRIu64"\n",
|
||||
to_local_msat, to_remote_msat, feerate_per_kw);
|
||||
|
||||
print_superverbose = true;
|
||||
|
||||
Reference in New Issue
Block a user