Makefile: update to BOLT 20066dc2aba906f37f3be5a810ae67040f265377

"BOLT 03: fix static-remote same amt and pre-image test vector"

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2023-04-07 16:25:33 +09:30
parent f26b1166b7
commit 458a85042b
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ CCANDIR := ccan
# Where we keep the BOLT RFCs
BOLTDIR := ../bolts/
DEFAULT_BOLTVERSION := a0bbe47b0278b4f152dbaa4f5fab2562413a217c
DEFAULT_BOLTVERSION := 20066dc2aba906f37f3be5a810ae67040f265377
# Can be overridden on cmdline.
BOLTVERSION := $(DEFAULT_BOLTVERSION)

View File

@@ -1147,11 +1147,11 @@ int main(int argc, const char *argv[])
/* BOLT #3:
*
* name: commitment tx with 3 htlc outputs, 2 offered having the same amount and preimage
* to_local_msat: 6988000000
* to_local_msat: 6987999999
* to_remote_msat: 3000000000
* local_feerate_per_kw: 253
*/
to_local.millisatoshis = 6988000000;
to_local.millisatoshis = 6987999999;
to_remote.millisatoshis = 3000000000;
feerate_per_kw = 253;
printf("\n"