fix var name

This commit is contained in:
Ricardo Guilherme Schmidt 2023-06-23 10:04:17 -03:00
parent 56bc1a5b05
commit 6a79af5f95
No known key found for this signature in database
GPG Key ID: 3F95A3AD0B607030
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ contract StakeManager is ERC20 {
uint256 lockTime;
uint256 balance;
uint256 multiplier;
uint256 multiplierUpdate;
uint256 update;
uint256 epoch;
}