Skip to content

Commit

Permalink
docs: add TransferFees conformance note (#4212)
Browse files Browse the repository at this point in the history
* docs: add TransferFees conformance note

* docs: clarify cosmwasm core contract

* fix: make link relative
  • Loading branch information
joelsmith-2019 authored Jan 10, 2025
1 parent 56cf37a commit 83224c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions whitepapers/0004_message_publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ Fee uint256

TransferFees:

> **NOTE:** The Wormhole CosmWasm Core Contract does not conform to this spec. The `Amount` and `To` fields are in reverse order. (Ref: [CosmWasm Core Contract](../cosmwasm/contracts/wormhole/src/state.rs#L386-L397))
```
// Core Wormhole Module
Module [32]byte = "Core"
Expand Down

0 comments on commit 83224c5

Please sign in to comment.