Chayanon S.

Results 1 comments of Chayanon S.

that means I must edit in class User.js from const decodedTx = decodeRawHex(tx.raw_tx_hex); to const decodedTx = decodeRawHex(tx.raw_tx_hex, config.network); and in config.js add const bitcoin = require('bitcoinjs-lib') network: bitcoin.networks.testnet and...