diff --git a/db/rocksdb_syscointype_test.go b/db/rocksdb_syscointype_test.go index 3f4deb16..ff876559 100644 --- a/db/rocksdb_syscointype_test.go +++ b/db/rocksdb_syscointype_test.go @@ -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)