fix pairing test

This commit is contained in:
Sosthene 2024-09-27 12:44:10 +02:00
parent 0dc14dee4a
commit 4bd1393306

View File

@ -257,7 +257,7 @@ fn test_pairing() {
pair_device(pairing_tx.to_owned(), proposal_members).unwrap(); pair_device(pairing_tx.to_owned(), proposal_members).unwrap();
// Bob signs the proposal and sends a prd response too // Bob signs the proposal and sends a prd response too
let bob_prd_response = response_prd(root_commitment, pcd_commitment, true) let bob_prd_response = response_prd(root_commitment, prd_update.get_impending_requests().get(0).unwrap().to_string(), true)
.unwrap() .unwrap()
.ciphers_to_send .ciphers_to_send
.get(0) .get(0)