Skip to content

Commit

Permalink
Update Solidity_and_Full_Node_Deployment_EN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianRust authored May 13, 2019
1 parent 9ff9781 commit 02e83c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TRX/Solidity_and_Full_Node_Deployment_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ You should see something similar to this in your logs for block synchronization:

## SolidityNode

12:00:40.691 INFO [pool-17-thread-1] [o.t.p.SolidityNode](SolidityNode.java:88) sync solidity block, lastSolidityBlockNum:209671, remoteLastSolidityBlockNum:211823

20:06:10.866 INFO [Thread-14] [app](SolidityNode.java:142) Get last remote solid blockNum: 0, remoteBlockNum: 0, cost: 4
# Stop node gracefully
Create file stop.sh,use kill -15 to close java-tron.jar(or FullNode.jar、SolidityNode.jar).
You need to modify pid=`ps -ef |grep java-tron.jar |grep -v grep |awk '{print $2}'` to find the correct pid.
Expand Down

0 comments on commit 02e83c2

Please sign in to comment.