From 2e48d83b2bf01a79c882178976080dd6b75e4a30 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 8 Dec 2017 16:51:44 +0100 Subject: nicely show version if there is a mismatch --- src/webex/pages/confirm-create-reserve.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/webex/pages/confirm-create-reserve.tsx') diff --git a/src/webex/pages/confirm-create-reserve.tsx b/src/webex/pages/confirm-create-reserve.tsx index 53b0d635f..87e0b273f 100644 --- a/src/webex/pages/confirm-create-reserve.tsx +++ b/src/webex/pages/confirm-create-reserve.tsx @@ -273,16 +273,16 @@ class ExchangeSelection extends ImplicitStateComponent { if (rci.versionMatch.currentCmp === -1) { return (

- Your wallet might be outdated. The exchange has a higher, incompatible - protocol version. + Your wallet (protocol version {rci.walletVersion}) might be outdated. The exchange has a higher, incompatible + protocol version ({rci.exchangeVersion}).

); } if (rci.versionMatch.currentCmp === 1) { return (

- The chosen exchange might be outdated. The exchange has a lower, incompatible - protocol version. + The chosen exchange (protocol version {rci.exchangeVersion} might be outdated. The exchange has a lower, incompatible + protocol version than your wallet (protocol version {rci.walletVersion}).

); } -- cgit v1.2.3