Skip to content

Commit

Permalink
Minor renaming in SetQuorum command
Browse files Browse the repository at this point in the history
  • Loading branch information
grimadas authored Jul 13, 2017
1 parent f513cfc commit 951de60
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions schema/commands.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ message RemoveSignatory {
bytes public_key = 2;
}

message SubtractAssetQuantity {
string account_id = 1;
string asset_id = 2;
string amount = 3;
}

message SetAccountPermissions {
string account_id = 1;
uint32 permissions = 2;
}

message SetAccountQuorum {
string account_id = 1;
uint32 permissions = 2;
uint32 quorum = 2;
}

message SubtractAssetQuantity {
string account_id = 1;
string asset_id = 2;
string amount = 3;
}

message TransferAsset {
Expand Down

0 comments on commit 951de60

Please sign in to comment.