Skip to content

Commit

Permalink
Revert "add variable to test linter CI"
Browse files Browse the repository at this point in the history
This reverts commit 0629309.
  • Loading branch information
ChiTimesChi committed Sep 24, 2024
1 parent 0629309 commit db30e1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/contracts-rfq/contracts/FastBridgeV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ contract FastBridgeV2 is Admin, IFastBridgeV2 {
uint256 public nonce;
// @dev the block the contract was deployed at
uint256 public immutable deployBlock;
// TODO: remove this
uint256 public IncorrectlyNamedVariable;

constructor(address _owner) Admin(_owner) {
deployBlock = block.number;
Expand Down

0 comments on commit db30e1d

Please sign in to comment.