mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
Fix typo in rpc server stopped tracing log
This commit is contained in:
parent
f367c2ba49
commit
bd2aef796d
1 changed files with 1 additions and 2 deletions
|
|
@ -273,7 +273,6 @@ impl Request {
|
|||
| BobState::XmrRedeemed { .. } => None,
|
||||
};
|
||||
|
||||
// TODO: Add relevant txids
|
||||
Ok(json!({
|
||||
"swapId": swap_id,
|
||||
"seller": {
|
||||
|
|
@ -635,7 +634,7 @@ impl Request {
|
|||
|
||||
server_handle.stopped().await;
|
||||
|
||||
tracing::info!("Server RPC server");
|
||||
tracing::info!("Stopped RPC server");
|
||||
|
||||
Ok(json!({}))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue