exfoex

Results 1 issues of exfoex

I'm trying to spend from a native segwit address. I modified an example code to this: ``` require_once "vendor/autoload.php"; use BitWasp\Bitcoin\Address\PayToPubKeyHashAddress; use BitWasp\Bitcoin\Key\PrivateKeyFactory; use BitWasp\Bitcoin\Script\Interpreter\InterpreterInterface as I; use BitWasp\Bitcoin\Transaction\Factory\Signer; use...