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,
|
||||
TxIn: []*btcwire.TxIn{
|
||||
{
|
||||
PreviousOutpoint: btcwire.OutPoint{
|
||||
PreviousOutPoint: btcwire.OutPoint{
|
||||
Hash: btcwire.ShaHash{},
|
||||
Index: 0xffffffff,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue