@@ -11,29 +11,18 @@ assignees: ''
11
11
<!-- * Reproduced the issue in the latest version of the software -->
12
12
<!-- * Duplicate Issue check: https://github.com/search?q=+is%3Aissue+repo%3Atronprotocol/java-tron -->
13
13
14
- #### System information
15
-
16
-
17
- ** Versions**
18
- * Software version: [ ` java -jar FullNode.jar -v ` ]
19
- * Java version: [ ` java -version ` ]
20
- * OS Name & Version: [ ` cat /etc/*release ` ]
21
- * Kernel Version: [ ` uname -a ` ]
22
- * Virtual Machine software & version: [ ` vmware -v ` ]
23
- * Docker Version: [ ` docker version ` ]
24
- * Cloud VM, type, size: [ Amazon Web Services I3-large]
25
- * Node Type: [ e.g. fullNode, liteFullNode]
26
- * Blockchain Net: [ e.g. main, test or private ]
27
- * Commit hash : [ if ` develop ` ]
28
-
29
- ** Smart contract information (If you're reporting an issue arising from deploying or calling a smart contract, please supply related information)**
30
- * Solidity version [ ` solc --version ` ]
31
- * Repo with minimal set of deployable/reproducible contract code - please provide a link
32
- * Please include specifics on how you are deploying/calling the contract
33
-
34
- ** Additional Information (Add any of the following or anything else that may be relevant)**
35
- * setup info - startup script, config options
36
- * System info - memory、 CPU、network bandwidth, disk type-
14
+ #### Software Versions
15
+ <!-- `java -jar FullNode.jar -v` -->
16
+
17
+ <!--
18
+ ```
19
+ OS : Linux
20
+ JVM : Oracle Corporation 1.8.0_161 amd64
21
+ Git : b1fc2f0f2bd79527099bc3027b9aba165c2e20c2
22
+ Version : 4.7.4
23
+ Code : 18260
24
+ ```
25
+ -->
37
26
38
27
#### Expected behaviour
39
28
<!-- [What you expect to happen] -->
0 commit comments