Skip to content

Commit 3a5d153

Browse files
committed
rust: generated code out of sync
1 parent 821a48f commit 3a5d153

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rust/bitbox02-rust/src/shiftcrypto.bitbox02.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,8 @@ pub struct CardanoSignTransactionRequest {
10191019
/// include ttl even if it is zero
10201020
#[prost(bool, tag = "9")]
10211021
pub allow_zero_ttl: bool,
1022+
/// Tag arrays in the transaction serialization with the 258 tag.
1023+
/// See <https://github.com/IntersectMBO/cardano-ledger/blob/6e2d37cc0f47bd02e89b4ce9f78b59c35c958e96/eras/conway/impl/cddl-files/extra.cddl#L5>
10221024
#[prost(bool, tag = "10")]
10231025
pub tag_cbor_sets: bool,
10241026
}

0 commit comments

Comments
 (0)