Skip to content

Commit

Permalink
Stupid compiler, inputs_count is reserved when there's repeated input…
Browse files Browse the repository at this point in the history
…s field.
  • Loading branch information
admin-slush committed Apr 17, 2014
1 parent b678022 commit e4f9dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protob/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ message TransactionType {
repeated TxOutputBinType bin_outputs = 3;
repeated TxOutputType outputs = 5;
optional uint32 lock_time = 4;
optional uint32 inputs_count = 6;
optional uint32 outputs_count = 7;
optional uint32 inputs_cnt = 6;
optional uint32 outputs_cnt = 7;
}

message TxRequestDetailsType {
Expand Down

0 comments on commit e4f9dcd

Please sign in to comment.