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

@ -6,7 +6,7 @@ use crate::{
GetBlockHeight, GetNetwork, GetRawTransaction, Transaction, TransactionBlockHeight,
TxCancel, Txid, WatchForRawTransaction,
},
config::ExecutionParams,
execution_params::ExecutionParams,
monero,
monero::{monero_private_key, TransferProof},
protocol::{alice, bob, bob::EncryptedSignature, SwapAmounts},