mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-18 11:30:44 +01:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
#include <univalue.h>
|
||||
|
||||
namespace wallet {
|
||||
RPCHelpMan signmessage()
|
||||
{
|
||||
return RPCHelpMan{"signmessage",
|
||||
@@ -66,3 +67,4 @@ RPCHelpMan signmessage()
|
||||
},
|
||||
};
|
||||
}
|
||||
} // namespace wallet
|
||||
|
||||
Reference in New Issue
Block a user