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:
commit
7ef8bf52b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue