Skip to content

Commit 7e8ec2d

Browse files
committed
fix: witness test data to be compatible with new test data
Signed-off-by: bkioshn <[email protected]>
1 parent 6cb3b8d commit 7e8ec2d

File tree

1 file changed

+1
-1
lines changed
  • rust/rbac-registration/src/cardano/transaction

1 file changed

+1
-1
lines changed

rust/rbac-registration/src/cardano/transaction/witness.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ mod tests {
113113
let txs_conway = conway_block.txs();
114114
let tx_witness_conway = TxWitness::new(&txs_conway).expect("Failed to create TxWitness");
115115
let vkey1_hash: [u8; 28] =
116-
hex::decode("f8e2356e21af3563556c167c31bcc00f9fc061a8a852a16a42ffcc79")
116+
hex::decode("bd95d582888acda57a20256bb03e4c4abb6bdf09a47d788605412c53")
117117
.expect("Failed to decode vkey1_hash")
118118
.try_into()
119119
.expect("Invalid length of vkey1_hash");

0 commit comments

Comments
 (0)