diff --git a/contracts/core b/contracts/core index 01fc2992..2d182e75 160000 --- a/contracts/core +++ b/contracts/core @@ -1 +1 @@ -Subproject commit 01fc2992eef473bb2c5eeec1f5e4d5fb088e7bb0 +Subproject commit 2d182e7558a4f95c63010efb4f62b10d44c03ad8 diff --git a/packages/vectis/src/types/wallet.rs b/packages/vectis/src/types/wallet.rs index 0f639c6b..247b921b 100644 --- a/packages/vectis/src/types/wallet.rs +++ b/packages/vectis/src/types/wallet.rs @@ -117,8 +117,8 @@ pub struct WalletInfo { pub struct RelayTransaction { /// Message to verify, /// Encoding depends on the authenticator, - /// but must contain the actual Vec to execute - /// e.g. the structure of WebauthnRelayedTxMsg + /// but must contain the actual `Vec` to execute + /// e.g. the structure of `WebauthnRelayedTxMsg` pub message: Binary, /// Serialized signature (message + nonce). /// If authenticator is CosmosEOA: 64 bytes - secp256k1 verification scheme