Wladimir J. van der Laan
c3a7f516e7
Move `verifymessage` from rpcwallet to rpcmisc
...
Enables it in --disable-wallet compiles.
11 years ago
Wladimir J. van der Laan
723a03d2de
Move `createmultisig` from rpcwallet to rpcmisc
...
Enables it in --disable-wallet compiles.
11 years ago
Wladimir J. van der Laan
452955f5be
Move `validateaddress` from rpcwallet to rpcmisc
...
Enables it in --disable-wallet compiles.
Delimit wallet-using part using #ifdef ENABLE_WALLET.
11 years ago
Wladimir J. van der Laan
cd7fa8bb43
Move `nTransactionFee` from main.cpp to wallet.cpp
...
Transaction fee is only used by the wallet.
No need for it to be in main.cpp.
11 years ago
Wladimir J. van der Laan
16bc9aaf8a
Move `getinfo` from rpcnet to rpcmisc
...
`getinfo` is a general info method which shows information
from multiple sources, it doesn't belong in rpcnet.cpp or
any of the other current RPC implementation files.
11 years ago
Wladimir J. van der Laan
652e156951
add new RPC implementation file `rpcmisc.cpp`
11 years ago