Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
fix: Parse limits of peer discovered via rendezvous points
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Jul 18, 2024
1 parent c8f8604 commit 44f94d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cli/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ export async function listSellers(
peerId,
price: s.status.Online.price,
minSwapAmount: s.status.Online.min_quantity,
maxSwapAmount: s.status.Online.min_quantity,
maxSwapAmount: s.status.Online.max_quantity,
testnet: isTestnet(),
};
}
Expand Down

0 comments on commit 44f94d8

Please sign in to comment.