Skip to content

Commit af3d9c8

Browse files
authored
fix: swap variables declaration in BatcherPaymentService.sol (#903)
1 parent 30704cb commit af3d9c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contracts/src/core/BatcherPaymentService.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ contract BatcherPaymentService is
5959
}
6060

6161
// STORAGE
62-
address public batcherWallet;
63-
6462
IAlignedLayerServiceManager public alignedLayerServiceManager;
6563

64+
address public batcherWallet;
65+
6666
// map to user data
6767
mapping(address => UserInfo) public userData;
6868

0 commit comments

Comments
 (0)