File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
framework/src/main/resources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11net {
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
You can’t perform that action at this time.
0 commit comments