Skip to content

Commit 43c2618

Browse files
Hotfix/update config (#385)
* update config * update config * update to support pBFT
1 parent 2f04b59 commit 43c2618

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ fullnode = {
2525
}
2626
2727
soliditynode = {
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
3337
blockNumberStartToScan = 22690588 // NOTE: this field is optional

src/main/resources/config.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)