Skip to content

Commit 152f317

Browse files
Update Tron protobuf protocol document.md
1 parent 69574fe commit 152f317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tron protobuf protocol document.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,7 +2298,7 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
22982298

22992299
`osName`: os name.
23002300

2301-
`jvmTotalMemoery`: jvm total memory.
2301+
`jvmTotalMemory`: jvm total memory.
23022302

23032303
`jvmFreeMemory`: jvm unused memory.
23042304

@@ -2368,7 +2368,7 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
23682368
double cpuRate = 6;
23692369
string javaVersion = 7;
23702370
string osName = 8;
2371-
int64 jvmTotalMemoery = 9;
2371+
int64 jvmTotalMemory = 9;
23722372
int64 jvmFreeMemory = 10;
23732373
double processCpuRate = 11;
23742374
repeated MemoryDescInfo memoryDescInfoList = 12;
@@ -2394,4 +2394,4 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
23942394
}
23952395
```
23962396

2397-
2397+

0 commit comments

Comments
 (0)