bitcoinjs – Transaction sending failed (No script found for input #0)
[ad_1] I tried to make a simple btc transfer but i got this error: No script found for input #0. What did i miss? const bitcoin = require(“bitcoinjs-lib”); const ECPairFactory = require(“ecpair”); const ecc = require(“tiny-secp256k1”); const { RegtestUtils } = require(“regtest-client”); module.exports = async function (req, res) { const regtestUtils = new RegtestUtils({ APIURL: … Read more