Browse Source

Rename tests file

integrate-protocol-maker-side
Lucas Soriano del Pino 3 years ago
parent
commit
b654172b80
No known key found for this signature in database GPG Key ID: EE611E973A1530E7
  1. 2
      cfd_protocol/tests/cfds.rs

2
cfd_protocol/tests/dlc_protocol.rs → 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;
Loading…
Cancel
Save