mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
@@ -1170,7 +1170,7 @@ func (s *stm) Rollback() {
|
||||
}
|
||||
|
||||
// rollback will reset the read and write sets. If clearReadSet is false we'll
|
||||
// only reset the the write set.
|
||||
// only reset the write set.
|
||||
func (s *stm) rollback(clearReadSet bool) {
|
||||
if clearReadSet {
|
||||
s.rset.clear()
|
||||
|
Reference in New Issue
Block a user