Skip to content

Commit d2c3dcb

Browse files
committed
refactor: move list of function in rpcwallet to the end
1 parent 2610df3 commit d2c3dcb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4272,21 +4272,6 @@ static RPCHelpMan send()
42724272
};
42734273
}
42744274

4275-
RPCHelpMan abortrescan();
4276-
RPCHelpMan dumpprivkey();
4277-
RPCHelpMan importprivkey();
4278-
RPCHelpMan importaddress();
4279-
RPCHelpMan importpubkey();
4280-
RPCHelpMan dumpwallet();
4281-
RPCHelpMan importwallet();
4282-
RPCHelpMan importprunedfunds();
4283-
RPCHelpMan removeprunedfunds();
4284-
RPCHelpMan importmulti();
4285-
RPCHelpMan importdescriptors();
4286-
RPCHelpMan listdescriptors();
4287-
RPCHelpMan dumphdinfo();
4288-
RPCHelpMan importelectrumwallet();
4289-
42904275
RPCHelpMan walletprocesspsbt()
42914276
{
42924277
return RPCHelpMan{"walletprocesspsbt",
@@ -4520,6 +4505,21 @@ static RPCHelpMan upgradewallet()
45204505
};
45214506
}
45224507

4508+
RPCHelpMan abortrescan();
4509+
RPCHelpMan dumpprivkey();
4510+
RPCHelpMan importprivkey();
4511+
RPCHelpMan importaddress();
4512+
RPCHelpMan importpubkey();
4513+
RPCHelpMan dumpwallet();
4514+
RPCHelpMan importwallet();
4515+
RPCHelpMan importprunedfunds();
4516+
RPCHelpMan removeprunedfunds();
4517+
RPCHelpMan importmulti();
4518+
RPCHelpMan importdescriptors();
4519+
RPCHelpMan listdescriptors();
4520+
RPCHelpMan dumphdinfo();
4521+
RPCHelpMan importelectrumwallet();
4522+
45234523
Span<const CRPCCommand> GetWalletRPCCommands()
45244524
{
45254525
// clang-format off

0 commit comments

Comments
 (0)