Skip to content

Commit

Permalink
chore: add proro field description
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoguang1010 committed Oct 17, 2024
1 parent 2141414 commit 0d145e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imkey-core/ikc-proto/src/tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ message TronTxOutput {
message TronMessageInput {
string message = 1;
bool is_hex = 2;
string header = 3;
uint32 version = 4;
string header = 3;//"TRON","ETH","NONE"
uint32 version = 4;//1: V1 2:V2
}

message TronMessageOutput {
Expand Down

0 comments on commit 0d145e6

Please sign in to comment.