mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-07 15:53:07 +00:00
vault: delete flow when burning or withdrawing
This commit is contained in:
parent
a0e3a51b37
commit
c1031d3b07
@ -90,6 +90,7 @@ abstract contract VaultBase {
|
||||
Recipient recipient
|
||||
) private {
|
||||
delete _balances[controller][context][recipient];
|
||||
delete _flows[controller][context][recipient];
|
||||
}
|
||||
|
||||
function _withdraw(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user