Skip to content

Commit

Permalink
Log this
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Sep 21, 2023
1 parent f32193c commit b017a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions staking/tests/max_pos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ describe("fills a stake account with positions", async () => {
let deltaCost = costs[1] - costs[0]; // adding more positions increases the cost

let transaction = new Transaction();
console.log("MAX POS", Constants.MAX_POSITIONS());
for (
let numPositions = 0;
numPositions < Constants.MAX_POSITIONS();
Expand Down

0 comments on commit b017a55

Please sign in to comment.