pull/462/head
user 2020-09-17 22:22:58 +03:00
parent 3431a32ad0
commit 8d9a3c156d
1 changed files with 5 additions and 4 deletions

View File

@ -3,8 +3,6 @@
package bcd
import (
"github.com/trezor/blockbook/bchain"
"github.com/trezor/blockbook/bchain/coins/btc"
"bytes"
"encoding/hex"
"fmt"
@ -13,6 +11,9 @@ import (
"reflect"
"testing"
"github.com/trezor/blockbook/bchain"
"github.com/trezor/blockbook/bchain/coins/btc"
"github.com/martinboehm/btcutil/chaincfg"
)
@ -33,7 +34,7 @@ func init() {
Vin: []bchain.Vin{
{
coinbase: "03ec6d0904e66bb55e023043092906000000000000",
sequence: 4294967295,
sequence: 4294967295,
},
},
Vout: []bchain.Vout{
@ -81,7 +82,7 @@ func init() {
},
},
},
},
}
}
func TestMain(m *testing.M) {