Skip to content

Commit 2d7ab1a

Browse files
committed
add packingFee parameter into protocol
1 parent abcb154 commit 2d7ab1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/protos/core/Tron.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ message TransactionInfo {
380380

381381
bytes orderId = 25;
382382
repeated MarketOrderDetail orderDetails = 26;
383-
int64 punishment = 27;
383+
int64 packingFee = 27;
384384
}
385385

386386
message TransactionRet {

0 commit comments

Comments
 (0)