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/oracle.rs
|
|
@ -131,7 +131,7 @@ where |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
let attestation = dbg!(res).json::<Attestation>().await?; |
|
|
|
let attestation = res.json::<Attestation>().await?; |
|
|
|
|
|
|
|
self.cfd_actor_address |
|
|
|
.clone() |
|
|
|