diff options
| author | Jannis Froese <[email protected]> | 2014-03-13 22:48:23 +0100 |
|---|---|---|
| committer | Jannis Froese <[email protected]> | 2014-03-22 22:13:27 +0100 |
| commit | 1bf59137bee8bbf4699af8010e1fc2b2f92cef4d (patch) | |
| tree | edbea1a084de777059586a89ccef236e74dd6d69 /src/rpcwallet.cpp | |
| parent | build: fix explicit --disable-qt-dbus (diff) | |
| download | discoin-1bf59137bee8bbf4699af8010e1fc2b2f92cef4d.tar.xz discoin-1bf59137bee8bbf4699af8010e1fc2b2f92cef4d.zip | |
Protocol changes for Dogecoin 1.5
ported over from Dogecoin and Litecoin
(cherry picked from commit 8b09dad2d506fc5a6239863b1c0e33bf7e84da00)
Diffstat (limited to 'src/rpcwallet.cpp')
| -rw-r--r-- | src/rpcwallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index d3b6c349a..a7c9743ac 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -331,7 +331,7 @@ Value sendtoaddress(const Array& params, bool fHelp) // Amount int64_t nAmount = AmountFromValue(params[1]); - + // Wallet comments CWalletTx wtx; if (params.size() > 2 && params[2].type() != null_type && !params[2].get_str().empty()) |