trivial: typo fix

This commit is contained in:
ErikEk
2020-03-19 05:43:49 +01:00
parent 8a9b7595b7
commit 4e47181b99
9 changed files with 16 additions and 16 deletions

View File

@@ -141,7 +141,7 @@ func testStore(t *testing.T, createStore func() (SweeperStore, error)) {
t.Fatal("expected tx to be ours")
}
// An different hash should be reported on as not being ours.
// An different hash should be reported as not being ours.
var unknownHash chainhash.Hash
ours, err = store.IsOurTx(unknownHash)
if err != nil {