From 28f94293fa0159caa46788167b1c9f4e7a17e6bf Mon Sep 17 00:00:00 2001 From: bwty Date: Tue, 30 Jan 2024 14:59:44 -0800 Subject: [PATCH] fix: doc --- contracts/core | 2 +- packages/vectis/src/types/wallet.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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