Merge pull request #1296 from chaotixkilla/feat-zcash-nu5-upgrade-8.1

[Release 8.1] Changes to support zcash NU5
This commit is contained in:
Rafael Taranto 2022-07-21 10:01:39 +01:00 committed by GitHub
commit 7ef8bf52b7

View file

@ -74,7 +74,7 @@ function sendCoins (account, tx, settings, operatorId) {
const checker = opid => pRetry(() => checkSendStatus(opid), { retries: 20, minTimeout: 300, factor: 1.05 })
return checkCryptoCode(cryptoCode)
.then(() => fetch('z_sendmany', ['ANY_TADDR', [{ address: toAddress, amount: coins }]]))
.then(() => fetch('z_sendmany', ['ANY_TADDR', [{ address: toAddress, amount: coins }], null, null, 'NoPrivacy']))
.then(checker)
.then((res) => {
return {