Skip to content

Commit d0f6d47

Browse files
committed
set claimOnBehalfOffset public
1 parent e7c58f8 commit d0f6d47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/vickreyAuction.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ contract VickreyAuction is ReentrancyGuard {
4444
uint256 public bid4Seller;
4545
bool private sellerWithdrawn;
4646

47-
uint256 private claimOnBehalfOffset;
47+
uint256 public claimOnBehalfOffset;
4848

4949
IERC20 public token;
5050
uint256 public tokenAmount;

src/vickreyAuction/vickreyAuctionStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ contract VickreyAuctionStorage is ReentrancyGuard {
4848
uint256 public tokenAmount;
4949

5050
bool internal claimedPenaltyDone;
51-
uint256 internal claimOnBehalfOffset;
51+
uint256 public claimOnBehalfOffset;
5252

5353
event AuctionStarted(address indexed _seller,
5454
address indexed _token,

0 commit comments

Comments
 (0)