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
I am trying to implement CasperFFG protocol and I substitute the code of 'EthereumGlobalProofOfWorkNetwork' to 'CasperFFGGlobalBlockchainNetwork' and 'GhostProtocolConfig' to 'CasperFFGConfig' in file src/main/java/jabs/scenario/NormalEthereumNetworkScenario. it looks ok but there is bug:
The text was updated successfully, but these errors were encountered:
thank you for reply! I'm actually new to programming :D so I am not sure whether I made the right substitution. the code interface does not report errors, but it does run incorrectly. here are the code I used:
I am trying to implement CasperFFG protocol and I substitute the code of 'EthereumGlobalProofOfWorkNetwork' to 'CasperFFGGlobalBlockchainNetwork' and 'GhostProtocolConfig' to 'CasperFFGConfig' in file src/main/java/jabs/scenario/NormalEthereumNetworkScenario. it looks ok but there is bug:
The text was updated successfully, but these errors were encountered: