mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-09 09:04:25 +01:00
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:
2
Makefile
2
Makefile
@@ -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)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user