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

Add stack-aggregation-commit command signature and authorization #4628

Prev Previous commit
Next Next commit
Address format comment
BowTiedRadone and moodmosaic authored Apr 3, 2024
commit 98a0ba6af2a7b00a3f95476909539b80687447a8
Original file line number Diff line number Diff line change
@@ -157,7 +157,7 @@ export class DelegateStackStxCommand implements PoxCommand {
// the stacker's funds are locked when calling delegate-stack-extend,
// delegate-stack-increase
operatorWallet.lockedAddresses.push(stackerWallet.stxAddress);
operatorWallet.amountToCommit += Number(this.amountUstx)
operatorWallet.amountToCommit += Number(this.amountUstx);

// Log to console for debugging purposes. This is not necessary for the
// test to pass but it is useful for debugging and eyeballing the test.