fix
This commit is contained in:
@@ -128,7 +128,7 @@ UniValue getnotarysendmany(const UniValue& params, bool fHelp)
|
|||||||
+ HelpExampleRpc("getnotarysendmany", "10")
|
+ HelpExampleRpc("getnotarysendmany", "10")
|
||||||
);
|
);
|
||||||
int amount = 0;
|
int amount = 0;
|
||||||
if ( params.size() = 1 ) {
|
if ( params.size() == 1 ) {
|
||||||
amount = params[0].get_int();
|
amount = params[0].get_int();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user