rpc: update inline comments to refer to new file paths

This commit is contained in:
Daniel Cousens
2016-01-15 12:55:57 +11:00
committed by Jack Grigg
parent 4519a766b6
commit 4b184205e3
3 changed files with 8 additions and 7 deletions

View File

@@ -1059,7 +1059,7 @@ UniValue sendmany(const UniValue& params, bool fHelp)
return wtx.GetHash().GetHex();
}
// Defined in rpcmisc.cpp
// Defined in rpc/misc.cpp
extern CScript _createmultisig_redeemScript(const UniValue& params);
UniValue addmultisigaddress(const UniValue& params, bool fHelp)