mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-16 16:24:29 -05:00
cleanup error message when not in expected phase
This commit is contained in:
parent
73e7db58f0
commit
f58bd060e9
1 changed files with 0 additions and 2 deletions
|
|
@ -294,8 +294,6 @@ public class FluentProtocol {
|
||||||
return Result.VALID.info(info);
|
return Result.VALID.info(info);
|
||||||
} else {
|
} else {
|
||||||
String info = MessageFormat.format("We received a {0} but we are are not in the expected phase.\n" +
|
String info = MessageFormat.format("We received a {0} but we are are not in the expected phase.\n" +
|
||||||
"This can be an expected case if we get a repeated PaymentSentMessage " +
|
|
||||||
"after we have already received one as the peer re-sends that message at each startup.\n" +
|
|
||||||
"Expected phases={1},\nTrade phase={2},\nTrade state= {3},\ntradeId={4}",
|
"Expected phases={1},\nTrade phase={2},\nTrade state= {3},\ntradeId={4}",
|
||||||
trigger,
|
trigger,
|
||||||
expectedPhases,
|
expectedPhases,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue