This commit is contained in:
blackjok3r
2018-12-06 00:22:23 +08:00
parent 51b4c9a346
commit 6731ee159f

View File

@@ -128,7 +128,7 @@ UniValue getnotarysendmany(const UniValue& params, bool fHelp)
+ HelpExampleRpc("getnotarysendmany", "10")
);
int amount = 0;
if ( params.size() = 1 ) {
if ( params.size() == 1 ) {
amount = params[0].get_int();
}