Skip to content

Commit 70537ca

Browse files
committed
spelling error for linter
1 parent b3371d2 commit 70537ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

persistence/trees/trees.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func newMemStateTrees() (*treeStore, error) {
149149
}
150150

151151
// updateMerkleTrees updates all of the merkle trees in order defined by `numMerkleTrees`
152-
// * it returns the new state hash capturing the state of all the trees or an error if one occured
152+
// * it returns the new state hash capturing the state of all the trees or an error if one occurred
153153
func (t *treeStore) updateMerkleTrees(pgtx pgx.Tx, txi indexer.TxIndexer, height uint64) (string, error) {
154154
for treeType := merkleTree(0); treeType < numMerkleTrees; treeType++ {
155155
switch treeType {

0 commit comments

Comments
 (0)