We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56981f6 commit 64adceaCopy full SHA for 64adcea
src/core/IBCKeeper.sol
@@ -5,7 +5,7 @@ import {IIBCHandler} from "@hyperledger-labs/yui-ibc-solidity/contracts/core/25-
5
6
// IBCKeeper keeps the contracts of IBC
7
abstract contract IBCKeeper {
8
- IIBCHandler internal immutable ibcHandler;
+ IIBCHandler ibcHandler;
9
10
constructor(IIBCHandler handler_) {
11
ibcHandler = handler_;
0 commit comments