Skip to content

Commit 5d8db3e

Browse files
Update Tron.proto
1 parent bc88320 commit 5d8db3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocol/src/main/protos/core/Tron.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ message NodeInfo {
606606
double cpuRate = 6;
607607
string javaVersion = 7;
608608
string osName = 8;
609-
int64 jvmTotalMemoery = 9;
609+
int64 jvmTotalMemory = 9;
610610
int64 jvmFreeMemory = 10;
611611
double processCpuRate = 11;
612612
repeated MemoryDescInfo memoryDescInfoList = 12;
@@ -766,4 +766,4 @@ message PBFTCommitResult {
766766

767767
message SRL {
768768
repeated bytes srAddress = 1;
769-
}
769+
}

0 commit comments

Comments
 (0)