fix rtansaction for tests

This commit is contained in:
Rostyslav Tyshko 2025-04-09 01:29:35 -04:00
parent 250dec1ae6
commit 0113925b92

View File

@ -300,6 +300,9 @@ mod tests {
execution_proof_private: "dummy_proof".to_string(),
encoded_data: vec![],
ephemeral_pub_key: vec![10, 11, 12],
commitment: vec![],
tweak: Tweak::new(&mut rng),
secret_r: [0; 32],
}
}