aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorDaniel Cousens <github@dcousens.com>2016-01-15 12:55:57 +1100
committerDaniel Cousens <github@dcousens.com>2016-01-21 08:39:04 +1100
commitd13f65ebac13ec18b7eb55176c31f1404f185c0c (patch)
tree3434965aa4450d307aafa36de974412e1e11b002 /src/wallet
parenta0eaff8a1d18ebba33cdea4cd1efaddeb55519e7 (diff)
downloadbitcoin-d13f65ebac13ec18b7eb55176c31f1404f185c0c.tar.xz
rpc: update inline comments to refer to new file paths
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/rpcwallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 8a2d938aef..6576a9c8ae 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -1049,7 +1049,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)