BitcoinKit icon indicating copy to clipboard operation
BitcoinKit copied to clipboard

Segwit transaction

Open akifuji opened this issue 7 years ago • 1 comments

What problem does this feture solve?

Support Segwit transaction

Describe what you've considered?

Code sample / Spec

Segwit spec https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki

akifuji avatar Aug 21 '18 09:08 akifuji

testnet-seed.bitcoin.jonasschnelli.ch:18333 sending tx testnet-seed.bitcoin.jonasschnelli.ch:18333 sending getblocks testnet-seed.bitcoin.jonasschnelli.ch:18333 got inv with 1 item(s) testnet-seed.bitcoin.jonasschnelli.ch:18333 sending getdata testnet-seed.bitcoin.jonasschnelli.ch:18333 rejected tx code: 0x10 reason: bad-txns-inputs-duplicate, data:

These error caused by segwit , Isn't it? . Those errors occurs in my console when I send transaction using testnetBTC.

DiwakarThapa avatar Feb 01 '19 07:02 DiwakarThapa