Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DGOV mint allocated update #10

Merged
merged 1 commit into from
Oct 5, 2022
Merged

DGOV mint allocated update #10

merged 1 commit into from
Oct 5, 2022

Conversation

drikssy
Copy link
Member

@drikssy drikssy commented Oct 3, 2022

No description provided.

@yuliu-debond yuliu-debond merged commit bf5ee20 into development Oct 5, 2022
@@ -155,6 +155,20 @@ abstract contract DebondToken is IDebondToken, ERC20, ExecutableOwnable {
// as the airdroped supply is minted it will be seperate from the each investors lockedBalance.
}

function mintAllocatedSupply(address _to, uint256 _amount)
Copy link

@Edoumou Edoumou Oct 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drikssy So the only major change is the mintAllocatedSupply function that has been moved to DebondToken abstract contract and removed from both DBIT and DGOV, right ?

Copy link

@Edoumou Edoumou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mintAllocatedToken moved from both DBIT and DGOV to DebondToken contract. These move doesn't introduce any issue. So the contract can be approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants