Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Mar 19, 2024
1 parent 976c157 commit 2f7d1d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions contracts/contracts/example_ibc/ExampleIBC.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ interface IBC {
}

contract ExampleIBC {
// TODO(yevhenii): uncomment and implement
// function ibcTransfer() public {
// IBC(PRECOMPILED_IBC_CONTRACT_ADDRESS).ibcTransfer();
// }
// TODO(yevhenii):
// - implement proper contract registration
// - call IBC precompile methods without bypassing type-checking

function transferKavaCall(
string calldata sourcePort,
Expand Down

0 comments on commit 2f7d1d8

Please sign in to comment.