Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
whalelephant committed Jan 30, 2024
1 parent ca516ca commit 28f9429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/core
Submodule core updated from 01fc29 to 2d182e
4 changes: 2 additions & 2 deletions packages/vectis/src/types/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ pub struct WalletInfo {
pub struct RelayTransaction {
/// Message to verify,
/// Encoding depends on the authenticator,
/// but must contain the actual Vec<CosmosMsg> to execute
/// e.g. the structure of WebauthnRelayedTxMsg
/// but must contain the actual `Vec<CosmosMsg>` to execute
/// e.g. the structure of `WebauthnRelayedTxMsg`
pub message: Binary,
/// Serialized signature (message + nonce).
/// If authenticator is CosmosEOA: 64 bytes - secp256k1 verification scheme
Expand Down

0 comments on commit 28f9429

Please sign in to comment.