fix(pox-4-tests): Address format comment

https://github.com/stacks-network/stacks-core/pull/4628/files#r1549544398

Co-authored-by: Nikos Baxevanis <nikos.baxevanis@gmail.com>
This commit is contained in:
BowTiedRadone
2024-04-03 15:19:38 +03:00
committed by Nikos Baxevanis
parent fdf188077d
commit bb5bb99ddb

View File

@@ -109,7 +109,7 @@ export class DelegateStackIncreaseCommand implements PoxCommand {
stackerWallet.amountLocked = newTotalLocked;
stackerWallet.amountUnlocked = stackerWallet.amountUnlocked -
this.increaseBy;
operatorWallet.amountToCommit += this.increaseBy
operatorWallet.amountToCommit += this.increaseBy;
// 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.