mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge ElementsProject/elements#1569: Linter fixes
Some checks failed
CI / test each commit (push) Has been cancelled
CI / macOS 14 native, arm64, no depends, sqlite only, gui (push) Has been cancelled
CI / macOS 14 native, arm64, fuzz (push) Has been cancelled
CI / Win64 native, VS 2022 (push) Has been cancelled
CI / Win64 native fuzz, VS 2022 (push) Has been cancelled
CI / ASan + LSan + UBSan + integer, no depends, USDT (push) Has been cancelled
CI / lint (push) Has been cancelled
Some checks failed
CI / test each commit (push) Has been cancelled
CI / macOS 14 native, arm64, no depends, sqlite only, gui (push) Has been cancelled
CI / macOS 14 native, arm64, fuzz (push) Has been cancelled
CI / Win64 native, VS 2022 (push) Has been cancelled
CI / Win64 native fuzz, VS 2022 (push) Has been cancelled
CI / ASan + LSan + UBSan + integer, no depends, USDT (push) Has been cancelled
CI / lint (push) Has been cancelled
713da86406add linter check to CI (Tom Trevethan)bd2dbdccebFix: linter errors (Tom Trevethan)0ee8558f3aSquashed 'src/secp256k1/' content from commit 95b983597a (Tom Trevethan) Pull request description: Fixes for the v29 branch point linter checks. `tests/bitcoin_functional` obsolete tests removed. ACKs for top commit: delta1: ACK713da86406; tested locally. Tree-SHA512: 8385282c8824ac4b47213594955a99279e83890f0be879e8558ad7aa166571dd813c97a3c57e08b54b9d12b650cb8518282dc87d91b39ad2eaa97955f81b51b5
This commit is contained in:
commit
af697df271
190 changed files with 95 additions and 30880 deletions
|
|
@ -1259,7 +1259,7 @@ static RPCHelpMan getnewblockhex()
|
|||
options.min_tx_age = std::chrono::seconds(required_wait);
|
||||
options.proposed_entry = proposed;
|
||||
options.commit_scripts = data_commitments;
|
||||
|
||||
|
||||
std::unique_ptr<CBlockTemplate> pblocktemplate(BlockAssembler(chainman.ActiveChainstate(), node.mempool.get(), options).CreateNewBlock());
|
||||
if (!pblocktemplate.get()) {
|
||||
throw JSONRPCError(RPC_INTERNAL_ERROR, "Block template empty");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue