Skip to content

Commit

Permalink
pass some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Dec 2, 2020
1 parent 345f988 commit 64a8c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/modules/block_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ func (b *BlockStorage) getAllTransactionsByIdentifier(
return nil
},
false,
true,
false,
)
if err != nil {
return nil, err
Expand Down

0 comments on commit 64a8c7e

Please sign in to comment.