Rename config to execution_params

This commit is contained in:
Daniel Karzel 2021-01-29 17:27:50 +11:00
parent 802dc61e7e
commit 89b3775e05
13 changed files with 23 additions and 24 deletions

View file

@ -10,7 +10,7 @@ pub use ::bitcoin::{util::amount::Amount, Address, Network, Transaction, Txid};
pub use ecdsa_fun::{adaptor::EncryptedSignature, fun::Scalar, Signature};
pub use wallet::Wallet;
use crate::{bitcoin::timelocks::BlockHeight, config::ExecutionParams};
use crate::{bitcoin::timelocks::BlockHeight, execution_params::ExecutionParams};
use ::bitcoin::{
hashes::{hex::ToHex, Hash},
secp256k1,