浏览代码

docs: add TransferFees conformance note (#4212)

* docs: add TransferFees conformance note

* docs: clarify cosmwasm core contract

* fix: make link relative
Joel Smith 10 月之前
父节点
当前提交
83224c58b4
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      whitepapers/0004_message_publishing.md

+ 2 - 0
whitepapers/0004_message_publishing.md

@@ -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"