fix pairing test
This commit is contained in:
parent
0dc14dee4a
commit
4bd1393306
@ -257,7 +257,7 @@ fn test_pairing() {
|
||||
pair_device(pairing_tx.to_owned(), proposal_members).unwrap();
|
||||
|
||||
// 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()
|
||||
.ciphers_to_send
|
||||
.get(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user