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
Need to update the owner functions of the vda-xxx packages. Checking the read-only mode in the owenr functions is wrong.
vda-xxx
read-only
config.signKey
if (this.readOnly || !this.config.signKey) { throw new Error(`Unable to submit to blockchain in read only mode`) }
if (this.readOnly || !this.vdaWeb3Client) { throw new Error(`Unable to submit to blockchain in read only mode`) }
Need to update following packages:
vda-node-manager
vda-reward-client
vda-token-client
vda-xp-reward-client
The text was updated successfully, but these errors were encountered:
ITStar10
No branches or pull requests
Need to update the owner functions of the
vda-xxx
packages. Checking theread-only
mode in the owenr functions is wrong.config.signKey
Need to update following packages:
vda-node-manager
vda-reward-client
vda-token-client
vda-xp-reward-client
The text was updated successfully, but these errors were encountered: