Merge pull request #66 from Permissionless-Software-Foundation/ct-unstable

fix(getTxData): Removing txData property from output
This commit is contained in:
Chris Troutner
2022-01-29 09:21:25 -08:00
committed by GitHub
+1 -1
View File
@@ -114,7 +114,7 @@ class BCHUseCases {
const data = await this.bchjs.Transaction.get(thisTxid.toString())
// console.log(`data: ${JSON.stringify(data, null, 2)}`)
txData.push(data)
txData.push(data.txData)
}
const retObj = {