mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 895937edb2 into merged_master (Bitcoin PR bitcoin/bitcoin#25285)
This commit is contained in:
commit
ad4ecee6c0
19 changed files with 89 additions and 77 deletions
|
|
@ -2562,7 +2562,7 @@ static RPCHelpMan dumptxoutset()
|
|||
}
|
||||
|
||||
FILE* file{fsbridge::fopen(temppath, "wb")};
|
||||
CAutoFile afile{file, SER_DISK, CLIENT_VERSION};
|
||||
AutoFile afile{file};
|
||||
if (afile.IsNull()) {
|
||||
throw JSONRPCError(
|
||||
RPC_INVALID_PARAMETER,
|
||||
|
|
@ -2583,7 +2583,7 @@ static RPCHelpMan dumptxoutset()
|
|||
UniValue CreateUTXOSnapshot(
|
||||
NodeContext& node,
|
||||
CChainState& chainstate,
|
||||
CAutoFile& afile,
|
||||
AutoFile& afile,
|
||||
const fs::path& path,
|
||||
const fs::path& temppath)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue