Skip to content

Commit

Permalink
not creating mutate channel on allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Aug 20, 2024
1 parent 2aa7303 commit 30be080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion txn.go
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ func (t *Txn[T]) allocNode(ntype nodeType) Node[T] {
n.setPartial(make([]byte, maxPrefixLen))
n.setPartialLen(maxPrefixLen)
}
n.getMutateCh()
return n
}

Expand Down

0 comments on commit 30be080

Please sign in to comment.