mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 10:46:54 +01:00
Fix indentation
This commit is contained in:
parent
8896372a0f
commit
1f307c8263
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ service PaymentAccounts {
|
|||
}
|
||||
|
||||
message CreatePaymentAccountRequest {
|
||||
string paymentMethodId = 1;
|
||||
string paymentMethodId = 1;
|
||||
string accountName = 2;
|
||||
string accountNumber = 3;
|
||||
// TODO Support all currencies. Maybe add a repeated and if only one is used its a singletonList.
|
||||
|
|
Loading…
Add table
Reference in a new issue