Merge branch 'duke' into sietch_dynamic

This commit is contained in:
Duke Leto
2020-01-21 23:35:59 -05:00
7 changed files with 817 additions and 3 deletions

View File

@@ -1529,7 +1529,6 @@ UniValue sendmany(const UniValue& params, bool fHelp, const CPubKey& mypk)
CRecipient recipient = {scriptPubKey, nAmount, fSubtractFeeFromAmount};
vecSend.push_back(recipient);
i++;
}
EnsureWalletIsUnlocked();