mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 1b151e3ffc into merged_master (Bitcoin PR #18532)
This commit is contained in:
commit
c8909955fa
6 changed files with 12 additions and 12 deletions
|
|
@ -2610,6 +2610,8 @@ UniValue dumptxoutset(const JSONRPCRequest& request)
|
|||
return result;
|
||||
}
|
||||
|
||||
void RegisterBlockchainRPCCommands(CRPCTable &t)
|
||||
{
|
||||
// clang-format off
|
||||
|
||||
static const CRPCCommand commands[] =
|
||||
|
|
@ -2654,8 +2656,6 @@ static const CRPCCommand commands[] =
|
|||
};
|
||||
// clang-format on
|
||||
|
||||
void RegisterBlockchainRPCCommands(CRPCTable &t)
|
||||
{
|
||||
for (unsigned int vcidx = 0; vcidx < ARRAYLEN(commands); vcidx++)
|
||||
t.appendCommand(commands[vcidx].name, &commands[vcidx]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue