mirror of
https://github.com/logos-co/staking.git
synced 2025-02-03 06:13:43 +00:00
fix typo
This commit is contained in:
parent
6bf8d66221
commit
ff4bdf65f3
@ -111,7 +111,7 @@ contract StakeManager is Ownable {
|
||||
Account memory account = accounts[msg.sender];
|
||||
delete accounts[msg.sender];
|
||||
multiplierSupply -= account.multiplier;
|
||||
stakeSupply -= _account.mount;
|
||||
stakeSupply -= account.balance;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user