We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The BlockchainBuilder is trying to commit a repository with MutableTrieImpl, this doesn't make sense since MutableTrieImpl is not committing anything.
rskj/rskj-core/src/test/java/co/rsk/test/builders/BlockChainBuilder.java
Line 177 in f783c05
This also has an impact on the MutableRepositoryTracked (will be introduced in StorageRent-RSKIP240).
It should be removed (I've run the test without that line, and everything it's ok).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The BlockchainBuilder is trying to commit a repository with MutableTrieImpl, this doesn't make sense since MutableTrieImpl is not committing anything.
rskj/rskj-core/src/test/java/co/rsk/test/builders/BlockChainBuilder.java
Line 177 in f783c05
This also has an impact on the MutableRepositoryTracked (will be introduced in StorageRent-RSKIP240).
It should be removed (I've run the test without that line, and everything it's ok).
The text was updated successfully, but these errors were encountered: