mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
fix(getPublicKey): Using array for tx to pass usrObj
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user