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

EN-8336/RV-delegation-fixes #2528

Merged
merged 3 commits into from Nov 30, 2020

Conversation

sasurobert
Copy link
Contributor

fix after runtime verification audit

iulianpascalau
iulianpascalau previously approved these changes Nov 30, 2020
@@ -1957,7 +1955,7 @@ func (d *delegation) checkAndUpdateOwnerInitialFunds(delegationConfig *Delegatio
if err != nil {
return err
}
if minDeposit.Cmp(callValue) < 0 {
if callValue.Cmp(minDeposit) < 0 {
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Base automatically changed from EN-8336/Rename-auction-sc to feat/staking-delegation-v2 November 30, 2020 11:47
@sasurobert sasurobert dismissed iulianpascalau’s stale review November 30, 2020 11:47

The base branch was changed.

@sasurobert sasurobert merged commit 92e19cb into feat/staking-delegation-v2 Nov 30, 2020
@sasurobert sasurobert deleted the EN-8336/RV-delegation-fixes branch November 30, 2020 12:16
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