Lucas Soriano del Pino
3 years ago
No known key found for this signature in database
GPG Key ID: EE611E973A1530E7
1 changed files with
1 additions and
1 deletions
-
cfd_protocol/tests/cfds.rs
|
|
@ -16,7 +16,7 @@ use secp256k1_zkp::{schnorrsig, SecretKey, SECP256K1}; |
|
|
|
use std::collections::HashMap; |
|
|
|
|
|
|
|
#[test] |
|
|
|
fn run_cfd_protocol() { |
|
|
|
fn create_cfd() { |
|
|
|
let mut rng = ChaChaRng::seed_from_u64(0); |
|
|
|
|
|
|
|
let maker_lock_amount = Amount::ONE_BTC; |