Skip to content

Commit

Permalink
remove pure to make those functions usable (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
adridadou committed Jan 31, 2023
1 parent c07918b commit 3c6aaca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/extensions/bank/Bank.sol
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ contract BankExtension is IExtension, ERC165 {
address,
address,
uint256
) external pure {
) external {
revert("not implemented");
}

Expand All @@ -412,7 +412,7 @@ contract BankExtension is IExtension, ERC165 {
address,
address,
uint256
) external pure {
) external {
revert("not implemented");
}

Expand Down

0 comments on commit 3c6aaca

Please sign in to comment.