diff --git a/Makefile b/Makefile index ecce0158c..2942ad9d1 100644 --- a/Makefile +++ b/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) diff --git a/channeld/test/run-commit_tx.c b/channeld/test/run-commit_tx.c index 546c4c097..d1eb57212 100644 --- a/channeld/test/run-commit_tx.c +++ b/channeld/test/run-commit_tx.c @@ -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"