Skip to content

Commit

Permalink
rm relayer from onSend
Browse files Browse the repository at this point in the history
  • Loading branch information
sangier committed Nov 5, 2024
1 parent 7949b90 commit 8c20ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions spec/app/ics-020-fungible-token-transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ Note: `constructOnChainDenom` is a helper function that will construct the local
```typescript
function onSendFungibleTokens(
sourceChannelId: bytes,
payload: Payload,
relayer: address
payload: Payload
): bool {

// the unmarshal function must check the payload.encoding is among those supported
Expand Down
3 changes: 1 addition & 2 deletions spec/app/ics-020-fungible-token-transfer/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ In plain English, between chains `A` and `B`:
```typescript
function onSendFungibleTokens(
sourceChannelId:bytes,
payload: Payload,
relayer: address
payload: Payload
): bool {

appData=unmarshal(payload.encoding,payload.version,payload.appData)
Expand Down

0 comments on commit 8c20ec0

Please sign in to comment.