X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Frpcwallet.cpp;h=260cc57a099089f3aec28bcb99f88ee4f3ef8780;hp=e4e352b99153a254a49bacea4bca8d8d36dfc6e4;hb=0dd25284c30dfdbfeff9a882dd801be8cacd0859;hpb=18b5024645fdfd336589d609d4cd821ee7b66111 diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index e4e352b..260cc57 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -18,7 +18,7 @@ int64_t nWalletUnlockTime; static CCriticalSection cs_nWalletUnlockTime; extern int64_t nReserveBalance; -extern void TxToJSON(const CTransaction& tx, const uint256 hashBlock, json_spirit::Object& entry); +extern void TxToJSON(const CTransaction& tx, const uint256& hashBlock, json_spirit::Object& entry); std::string HelpRequiringPassphrase() {