Skip to content

Commit 11fdc4e

Browse files
committed
update comments
1 parent 2a8f9f3 commit 11fdc4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework/src/main/resources/config.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
net {
22
# Type can be 'mainnet' or 'testnet', refers to address type.
3-
# Hex address of 'mainnet' begin with 0x41,and 'testnet' begin with 0xa0.
3+
# Hex address of 'mainnet' begin with 0x41, and 'testnet' begin with 0xa0.
44
# Note: 'testnet' is not related to TRON network Nile, Shasta or private net
55
type = mainnet
66
}
@@ -186,7 +186,7 @@ node {
186186
inactiveThreshold = 600 //seconds
187187

188188
p2p {
189-
version = 11111 # mainnet:11111; nile:201910292;
189+
version = 11111 # Mainnet:11111; Nile:201910292; Shasta:1
190190
}
191191

192192
active = [
@@ -671,7 +671,7 @@ block = {
671671
}
672672

673673
# Transaction reference block, default is "solid", configure to "head" may cause TaPos error
674-
trx.reference.block = "solid" // head;solid;
674+
trx.reference.block = "solid" // "head" or "solid"
675675

676676
# This property sets the number of milliseconds after the creation of the transaction that is expired, default value is 60000.
677677
# trx.expiration.timeInMilliseconds = 60000

0 commit comments

Comments
 (0)