mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-31 04:25:23 -04:00
Rename config to execution_params
This commit is contained in:
parent
802dc61e7e
commit
89b3775e05
13 changed files with 23 additions and 24 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue