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 lateminer
parent 7ce9eda70a
commit 77e1ba55a0
2 changed files with 2 additions and 2 deletions

View File

@@ -992,7 +992,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)