lightningd: more updates to match latest BOLT2/3.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-03-07 16:22:34 +10:30
parent fc198e1bac
commit f0c838d250
3 changed files with 25 additions and 28 deletions

View File

@@ -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;