mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
testnet is not mainnet
This commit is contained in:
parent
863ab3ed11
commit
01bfa93cf7
@ -10,7 +10,7 @@ impl Display for XmrBtcNamespace {
|
||||
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
||||
match self {
|
||||
XmrBtcNamespace::Mainnet => write!(f, "xmr-btc-swap-mainnet"),
|
||||
XmrBtcNamespace::Testnet => write!(f, "xmr-btc-swap-mainnet"),
|
||||
XmrBtcNamespace::Testnet => write!(f, "xmr-btc-swap-testnet"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user