Changed TxIn.PreviousOutpoint to TxIn.PreviousOutPoint after btcwire API change.
This commit is contained in:
parent
3bbe8ff0ca
commit
3eeb51ab54
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue