Skip to content

Commit

Permalink
chore: added some logs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
koderholic committed Sep 5, 2024
1 parent 120d4d9 commit 4574874
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/src/RedeemManager.1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ contract RedeemManagerV1 is Initializable, IRedeemManagerV1, IProtocolVersion {
newQueue[i].height = currentQueue[i].height;
newQueue[i].initiator = _prevInitiators[i];
}
console.log("call 12 > ", newQueue[2].amount);
console.log("call 13 > ", newQueue[2].maxRedeemableEth);
console.log("call 14 > ", newQueue[2].recipient);
console.log("call 15 > ", newQueue[2].height);
console.log("call 16 > ", newQueue[2].initiator);
}

/// @inheritdoc IRedeemManagerV1
Expand Down

0 comments on commit 4574874

Please sign in to comment.