Skip to content

Commit

Permalink
chore: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed May 5, 2023
1 parent b63b756 commit 37636e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/api/bria.proto
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ message Wallet {
WalletConfig config = 3;
}

message WalletConfig {
message WalletConfig {
uint32 settle_income_after_n_confs = 1;
uint32 settle_change_after_n_confs = 2;
}
Expand Down Expand Up @@ -212,7 +212,7 @@ message GetWalletBalanceSummaryResponse {

message GetAccountBalanceSummaryRequest {}

message GetAccountBalanceSummaryResponse {
message GetAccountBalanceSummaryResponse {
uint64 logical_pending_income = 1;
uint64 logical_settled = 2;
uint64 logical_pending_outgoing = 3;
Expand Down Expand Up @@ -266,7 +266,7 @@ message ListBatchGroupsRequest {}
message QueuePayoutRequest {
string wallet_name = 1;
string batch_group_name = 2;
oneof destination {
oneof destination {
string onchain_address = 3;
};
uint64 satoshis = 4;
Expand Down

0 comments on commit 37636e5

Please sign in to comment.