Skip to content

Commit

Permalink
refactor: Rename "Trading Partner Peer Id" to "Taker Peer Id"
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Dec 4, 2024
1 parent 49c6d8c commit 0bc3415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swap/src/bin/asb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ pub async fn main() -> Result<()> {
"BTC Amount",
"XMR Amount",
"Exchange Rate",
"Trading Partner Peer ID",
"Taker Peer ID",
"Completed",
]);

Expand Down Expand Up @@ -507,7 +507,7 @@ impl SwapDetails {
btc_amount = %self.btc_amount,
xmr_amount = %self.xmr_amount,
exchange_rate = %self.exchange_rate,
trading_partner_peer_id = %self.peer_id,
taker_peer_id = %self.peer_id,
completed = self.completed,
"Found swap in database"
);
Expand Down

0 comments on commit 0bc3415

Please sign in to comment.