Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit b8b511b

Browse files
committed
Fix txns_test
1 parent 447123c commit b8b511b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo/db/txns_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func TestDeleteTxns(t *testing.T) {
173173
t.Error(err)
174174
}
175175
txid := tx.TxHash()
176-
err = txdb.Delete(&txid)
176+
err = txdb.Delete(txid.String())
177177
if err != nil {
178178
t.Error(err)
179179
}

0 commit comments

Comments
 (0)