Skip to content

Commit

Permalink
Merge branch 'cobuild' into cobuild-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson authored Jan 18, 2024
2 parents be27fac + 3e82c1a commit bbf9b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/omni_lock_rust/tests/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ pub fn sign_tx_by_input_group(
let mut preimage_hash: Bytes = Default::default();

let message = if config.cobuild_enabled {
cobuild_generate_signing_message_hash(&config.cobuild_message, dummy, &tx)
cobuild_generate_signing_message_hash(&Some(config.cobuild_message.clone()), dummy, &tx)
} else {
let mut blake2b = ckb_hash::new_blake2b();
let mut message = [0u8; 32];
Expand Down

0 comments on commit bbf9b83

Please sign in to comment.