Skip to content

Commit

Permalink
Add tx mass field in proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 authored and elichai committed Jan 7, 2024
1 parent bf9905b commit fd24841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions proto/p2p.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ message TransactionMessage{
SubnetworkId subnetworkId = 5;
uint64 gas = 6;
bytes payload = 8;
uint64 mass = 9;
}

message TransactionInput{
Expand Down
1 change: 1 addition & 0 deletions proto/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ message RpcTransaction {
uint64 gas = 6;
string payload = 8;
RpcTransactionVerboseData verboseData = 9;
uint64 mass = 10;
}

message RpcTransactionInput {
Expand Down

0 comments on commit fd24841

Please sign in to comment.