pull/541/head
sidhujag 2020-09-04 12:17:50 -07:00
parent 83b0817790
commit ec6c88ee4b
1 changed files with 1 additions and 1 deletions

View File

@ -592,9 +592,9 @@ func TestRocksDB_Index_BitcoinType(t *testing.T) {
{dbtestdata.TxidB2T1, 0},
}, nil)
verifyGetTransactions(t, d, dbtestdata.Addr5, 0, 1000000, []txidIndex{
{dbtestdata.TxidB1T2, 2},
{dbtestdata.TxidB2T3, ^0},
{dbtestdata.TxidB2T3, 0},
{dbtestdata.TxidB1T2, 2},
}, nil)
verifyGetTransactions(t, d, "mtGXQvBowMkBpnhLckhxhbwYK44Gs9eBad", 500000, 1000000, []txidIndex{}, errors.New("checksum mismatch"))