mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Remove white space in console msg
This commit is contained in:
parent
c4c07d0f06
commit
40e76fb4ee
@ -276,9 +276,9 @@ public class CliMain {
|
|||||||
verifyStringIsValidDecimal(OPT_AMOUNT, amount);
|
verifyStringIsValidDecimal(OPT_AMOUNT, amount);
|
||||||
|
|
||||||
var bsqWasSent = client.verifyBsqSentToAddress(address, amount);
|
var bsqWasSent = client.verifyBsqSentToAddress(address, amount);
|
||||||
out.printf("%s bsq has %s been sent to address %s%n",
|
out.printf("%s bsq %s sent to address %s%n",
|
||||||
amount,
|
amount,
|
||||||
bsqWasSent ? "" : "not",
|
bsqWasSent ? "has been" : "has not been",
|
||||||
address);
|
address);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user