fix order

pull/541/head
sidhujag 2020-09-04 10:06:41 -07:00
parent 71b22d8817
commit 189b0b2d0e
1 changed files with 6 additions and 6 deletions

View File

@ -593,18 +593,18 @@ func Test_BulkConnect_SyscoinType(t *testing.T) {
verifyAfterSyscoinTypeBlock2(t, d)
// because BlockAddressesToKeep == 1
if err := checkColumn(d, cfBlockTxs, []keyPair{
{
"00000071",
dbtestdata.TxidS2T0 + "01" + "0000000000000000000000000000000000000000000000000000000000000000" + "00" +
dbtestdata.TxidS2T1 + "01" + dbtestdata.TxidS1T1 + varuintToHex(1),
nil,
},
{
"00000070",
dbtestdata.TxidS1T0 + "01" + "0000000000000000000000000000000000000000000000000000000000000000" + "00" +
dbtestdata.TxidS1T1 + "01" + dbtestdata.TxidS1T1INPUT0 + varuintToHex(0),
nil,
},
{
"00000071",
dbtestdata.TxidS2T0 + "01" + "0000000000000000000000000000000000000000000000000000000000000000" + "00" +
dbtestdata.TxidS2T1 + "01" + dbtestdata.TxidS1T1 + varuintToHex(1),
nil,
},
}); err != nil {
{
t.Fatal(err)