Browse Source
Use the correct sets of nonce-pks for verification
feature/integration-tests
Daniel Karzel
3 years ago
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E
1 changed files with
1 additions and
1 deletions
-
daemon/src/setup_contract.rs
|
|
@ -140,7 +140,7 @@ pub async fn new( |
|
|
|
.context("Expect event to exist in msg")?; |
|
|
|
|
|
|
|
verify_cets( |
|
|
|
(&oracle_pk, &announcement.nonce_pks), |
|
|
|
(&oracle_pk, &own_grouped_cets.event.nonce_pks), |
|
|
|
¶ms.other, |
|
|
|
own_grouped_cets.cets.as_slice(), |
|
|
|
other_cets.as_slice(), |
|
|
|