Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes committed Oct 21, 2024
1 parent 02ac263 commit c7332c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/src/interfaces/IGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,14 @@ interface IGateway {
// On Asset Hub, the assets will be received into the assets holding register.
//
// The `xcm` should contain the necessary instructions to:
// 1. Pay XCM execution fees, either from assets in holding,
// 1. Pay XCM execution fees for `xcm`, either from assets in holding,
// or from the sovereign account of `msg.sender`.
// 2. Handle the assets in holding, either depositing them into
// some account, or forwarding them to another destination.
//
// To incentivize message delivery, some amount of ether should be passed as well.
// will also be sent across the bridge as WETH, and given to the relayer as a reward. This
// amount should at least cover the total cost of delivery to Polkadot,
// To incentivize message delivery, some amount of ether must be passed and should
// at least cover the total cost of delivery to Polkadot. This ether be sent across
// the bridge as WETH, and given to the relayer as compensation and incentivization.
//
function sendMessage(bytes calldata xcm, bytes[] calldata assets) external payable;

Expand Down

0 comments on commit c7332c3

Please sign in to comment.