diff options
Diffstat (limited to 'src/wallet/rpc/wallet.h')
-rw-r--r-- | src/wallet/rpc/wallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/rpc/wallet.h b/src/wallet/rpc/wallet.h index 537d9b2358..423fc892b2 100644 --- a/src/wallet/rpc/wallet.h +++ b/src/wallet/rpc/wallet.h @@ -9,6 +9,8 @@ class CRPCCommand; +namespace wallet { Span<const CRPCCommand> GetWalletRPCCommands(); +} // namespace wallet #endif // BITCOIN_WALLET_RPC_WALLET_H |