update stub comments
This commit is contained in:
parent
34291c61b3
commit
3a93a7766e
@ -24,7 +24,8 @@ class StakingPool:
|
||||
# 2. Developer funds
|
||||
# 3. Reward stakers
|
||||
|
||||
# Update user_balances with new deposit
|
||||
# Deposit amount minus fee to contract_fund (wallet)
|
||||
# Update user_balances with deposit amount
|
||||
pass
|
||||
|
||||
def unstake(self, user: str):
|
||||
@ -39,6 +40,8 @@ class StakingPool:
|
||||
# 1. Community funds
|
||||
# 2. Developer funds
|
||||
# 3. Reward stakers
|
||||
|
||||
# Transfer tokens from contract_funds (wallet) to user's wallet address
|
||||
pass
|
||||
|
||||
def dev_withdrawal(self, destination: str, amount: float):
|
||||
|
Loading…
Reference in New Issue
Block a user