mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Print the payment method id (only)
This commit is contained in:
parent
0046b08f9d
commit
7a7d5ba0a7
@ -421,7 +421,7 @@ public class CliMain {
|
||||
case getpaymentmethods: {
|
||||
var request = GetPaymentMethodsRequest.newBuilder().build();
|
||||
var reply = paymentAccountsService.getPaymentMethods(request);
|
||||
reply.getPaymentMethodsList().forEach(out::println);
|
||||
reply.getPaymentMethodsList().forEach(p -> out.println(p.getId()));
|
||||
}
|
||||
case createpaymentacct: {
|
||||
if (nonOptionArgs.size() < 5)
|
||||
|
Loading…
Reference in New Issue
Block a user