transaction

This commit is contained in:
Pan chao 2024-01-17 01:28:02 +00:00 committed by Jeff Schroeder
parent d612588258
commit ce1da6e853
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ module token_bridge::transfer_tokens {
///
/// It is important for integrators to refrain from calling this method
/// within their contracts. This method is meant to be called in a
/// tranasction block after receiving a `TransferTicket` from calling
/// transaction block after receiving a `TransferTicket` from calling
/// `prepare_transfer` within a contract. If in a circumstance where this
/// module has a breaking change in an upgrade, `prepare_transfer` will not
/// be affected by this change.

View File

@ -126,7 +126,7 @@ module token_bridge::transfer_tokens_with_payload {
///
/// It is important for integrators to refrain from calling this method
/// within their contracts. This method is meant to be called in a
/// tranasction block after receiving a `TransferTicket` from calling
/// transaction block after receiving a `TransferTicket` from calling
/// `prepare_transfer` within a contract. If in a circumstance where this
/// module has a breaking change in an upgrade, `prepare_transfer` will not
/// be affected by this change.

View File

@ -98,7 +98,7 @@ module wormhole::publish_message {
///
/// It is important for integrators to refrain from calling this method
/// within their contracts. This method is meant to be called in a
/// tranasction block after receiving a `MessageTicket` from calling
/// transaction block after receiving a `MessageTicket` from calling
/// `prepare_message` within a contract. If in a circumstance where this
/// module has a breaking change in an upgrade, `prepare_message` will not
/// be affected by this change.