Skip to content

Commit

Permalink
docs: clarify cosmwasm core contract
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Jan 8, 2025
1 parent 5d9aa3c commit 30b91b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whitepapers/0004_message_publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Fee uint256

TransferFees:

> **NOTE:** The Wormhole Core Contract does not conform to this spec. The `Amount` and `To` fields are in reverse order. (Ref: [Core Contract](https://github.com/wormhole-foundation/wormhole/blob/main/cosmwasm/contracts/wormhole/src/state.rs#L386-L397))
> **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](https://github.com/wormhole-foundation/wormhole/blob/main/cosmwasm/contracts/wormhole/src/state.rs#L386-L397))
```
// Core Wormhole Module
Expand Down

0 comments on commit 30b91b2

Please sign in to comment.