You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using --weak-subjectivity-checkpoint, the argument is parsed wrongly:
blockroot:epoch
the epoch is treated as ":epoch" (so with the colon)
To Reproduce
Steps to reproduce the behavior:
Platform details (OS, architecture): Windows 10
Branch/commit used: stable
Commands being executed: ./run-prater-beacon-node.sh --web3-url=(infura) --weak-subjectivity-checkpoint="0x3c1e98bf132530c669723f58aa3d395be0d0bfaa653152eecb04605
e203bfeb5:31714"
Relevant log lines: Error while processing the weak-subjectivity-checkpoint=0x3c1e98bf132530c669723f58aa3d395be0d0bfaa653152eecb04605e203bfeb5:31714 parameter: invalid unsigned integer: :31714
Describe the bug
When using --weak-subjectivity-checkpoint, the argument is parsed wrongly:
blockroot:epoch
the epoch is treated as ":epoch" (so with the colon)
To Reproduce
Steps to reproduce the behavior:
./run-prater-beacon-node.sh --web3-url=(infura) --weak-subjectivity-checkpoint="0x3c1e98bf132530c669723f58aa3d395be0d0bfaa653152eecb04605
e203bfeb5:31714"
Error while processing the weak-subjectivity-checkpoint=0x3c1e98bf132530c669723f58aa3d395be0d0bfaa653152eecb04605e203bfeb5:31714 parameter: invalid unsigned integer: :31714
Maybe related to #2530
The text was updated successfully, but these errors were encountered: