File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,13 @@ fullnode = {
2525}
2626
2727soliditynode = {
28+ // the IPs in this list can only be totally set to solidity or pBFT.
2829 ip.list = [
29- "solidity ip : port"
30+ "ip : solidity port" // default solidity
3031 ]
32+ # ip.list = [
33+ # "ip : pBFT port" // or pBFT
34+ # ]
3135} // NOTE: solidity node is optional
3236
3337blockNumberStartToScan = 22690588 // NOTE: this field is optional
Original file line number Diff line number Diff line change @@ -9,8 +9,12 @@ fullnode = {
99}
1010
1111#soliditynode = {
12+ # // the IPs in this list can only be totally set to solidity or pBFT.
1213# ip.list = [
13- # "127.0.0.1:50052"
14+ # "127.0.0.1:50052" // default solidity
15+ # ]
16+ # ip.list = [
17+ # "127.0.0.1:50071" // or pBFT
1418# ]
1519#}
1620
You can’t perform that action at this time.
0 commit comments