mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-30 12:42:10 +08:00
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:
committed by
Nikos Baxevanis
parent
fdf188077d
commit
bb5bb99ddb
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user