btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.26k stars 2.37k forks source link

rpcclient: TransactionInput doesn't have a sequence #1003

Open davecgh opened 7 years ago

davecgh commented 7 years ago

From @FrozenPrincess on March 12, 2017 1:6

When doing createrawtransaction each transaction input should allow you to specify a sequence number. This is important to be able to create a bip-125 compatible transaction

Copied from original issue: btcsuite/btcrpcclient#120

halseth commented 6 years ago

Any work being done/planned for supporting relaying RBF enabled transactions?