We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb3b8d commit 7e8ec2dCopy full SHA for 7e8ec2d
rust/rbac-registration/src/cardano/transaction/witness.rs
@@ -113,7 +113,7 @@ mod tests {
113
let txs_conway = conway_block.txs();
114
let tx_witness_conway = TxWitness::new(&txs_conway).expect("Failed to create TxWitness");
115
let vkey1_hash: [u8; 28] =
116
- hex::decode("f8e2356e21af3563556c167c31bcc00f9fc061a8a852a16a42ffcc79")
+ hex::decode("bd95d582888acda57a20256bb03e4c4abb6bdf09a47d788605412c53")
117
.expect("Failed to decode vkey1_hash")
118
.try_into()
119
.expect("Invalid length of vkey1_hash");
0 commit comments