Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Leszczynski committed Nov 21, 2023
1 parent 6117202 commit 6a717bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/accounting/transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ func (tr *Transfer) IdenticalCheck(b int64) {
tr.acc.mu.Lock()
defer tr.acc.mu.Unlock()
tr.acc.values.bytes = b
tr.acc.size = b
}

// Reset allows to switch the Account to another transfer method.
Expand Down

0 comments on commit 6a717bf

Please sign in to comment.