From 24a2e230be5ea91de2b725cfdfeb985870e43486 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 24 Nov 2018 05:42:57 -1100 Subject: [PATCH] Syntax --- src/wallet/rpcwallet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index c3c290242..bfaf77ee9 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -5026,8 +5026,6 @@ UniValue z_migrate(const UniValue& params, bool fHelp) throw JSONRPCError(RPC_INVALID_PARAMETER, string("Invalid parameter, duplicated address: ") + address); setAddress.insert(address); } - if ( address != "*" ) - throw JSONRPCError(RPC_INVALID_PARAMETER, string("z_migrate can only have * as input array ")); // Validate the destination address