mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Changed TxIn.PreviousOutpoint to TxIn.PreviousOutPoint after btcwire API change.
This commit is contained in:
parent
3bbe8ff0ca
commit
3eeb51ab54
@ -16,7 +16,7 @@ var genesisCoinbaseTx = btcwire.MsgTx{
|
|||||||
Version: 1,
|
Version: 1,
|
||||||
TxIn: []*btcwire.TxIn{
|
TxIn: []*btcwire.TxIn{
|
||||||
{
|
{
|
||||||
PreviousOutpoint: btcwire.OutPoint{
|
PreviousOutPoint: btcwire.OutPoint{
|
||||||
Hash: btcwire.ShaHash{},
|
Hash: btcwire.ShaHash{},
|
||||||
Index: 0xffffffff,
|
Index: 0xffffffff,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user