You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/sdk/src/common/types.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,9 +99,9 @@ impl NoncedVerificationData {
99
99
}
100
100
101
101
/// Returns an upper bound for the CBOR encoding size without performing serialization.
102
-
/// Sums the length of all Vec<u8> fields in the inner VerificationData and adds 256 bytes as overhead.
102
+
/// Sums the length of all Vec<u8> fields in the inner VerificationData and adds 1024 bytes as overhead. This covers the constant size data and extra headers
0 commit comments