X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Frpcwallet.cpp;h=f35d3ad67ebf5d7d8876871f7aa201776879c868;hp=5da0a3bbaa2b3bc3b13094b0e43f43d30c61869b;hb=d008ea3376606276a86ed3c972654363eb23f47d;hpb=539a44c96ff65959b2e068c2780d22c5a6061f57 diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index 5da0a3b..f35d3ad 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -808,7 +808,7 @@ Value addmultisigaddress(const Array& params, bool fHelp) if ((int)keys.size() < nRequired) throw runtime_error( strprintf("not enough keys supplied " - "(got %"PRIszu" keys, but need at least %d to redeem)", keys.size(), nRequired)); + "(got %" PRIszu " keys, but need at least %d to redeem)", keys.size(), nRequired)); std::vector pubkeys; pubkeys.resize(keys.size()); for (unsigned int i = 0; i < keys.size(); i++)