diff --git a/src/routes/v4/encryption.js b/src/routes/v4/encryption.js index 827e6b2..48229c5 100644 --- a/src/routes/v4/encryption.js +++ b/src/routes/v4/encryption.js @@ -119,7 +119,7 @@ class Encryption { cashAddr ) - const rawTxData = await _this.bchjs.Electrumx.transactions(cashAddr, usrObj) + const rawTxData = await _this.bchjs.Electrumx.transactions([cashAddr], usrObj) // console.log(`rawTxData: ${JSON.stringify(rawTxData, null, 2)}`) // Extract just the TXIDs