Skip to content

Commit 609b8d7

Browse files
committed
Log period after successful stack-stx calls
1 parent a3aaeb6 commit 609b8d7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

contrib/core-contract-tests/tests/pox-4/pox_StackStxAuthCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ export class StackStxAuthCommand implements PoxCommand {
189189
"stack-stx-auth",
190190
"lock-amount",
191191
amountUstx.toString(),
192+
"period",
193+
this.period.toString(),
192194
);
193195

194196
// Refresh the model's state if the network gets to the next reward cycle.

contrib/core-contract-tests/tests/pox-4/pox_StackStxSigCommand.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ export class StackStxSigCommand implements PoxCommand {
187187
"stack-stx-sig",
188188
"lock-amount",
189189
amountUstx.toString(),
190+
"period",
191+
this.period.toString(),
190192
);
191193

192194
// Refresh the model's state if the network gets to the next reward cycle.

0 commit comments

Comments
 (0)