Update for recent btcwire API changes.

This commit is contained in:
Dave Collins 2014-01-19 12:32:30 -06:00
parent 1b54badde1
commit be277b7230

View file

@ -92,7 +92,6 @@ var Block100000 = btcwire.MsgBlock{
Timestamp: time.Unix(1293623863, 0), // 2010-12-29 11:57:43 +0000 UTC Timestamp: time.Unix(1293623863, 0), // 2010-12-29 11:57:43 +0000 UTC
Bits: 0x1b04864c, // 453281356 Bits: 0x1b04864c, // 453281356
Nonce: 0x10572b0f, // 274148111 Nonce: 0x10572b0f, // 274148111
TxnCount: 4,
}, },
Transactions: []*btcwire.MsgTx{ Transactions: []*btcwire.MsgTx{
&btcwire.MsgTx{ &btcwire.MsgTx{