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 celestia rpc blob submit method has the following docs:
celestia rpc blob submit
Flags: --fee int specifies fee for blob submission (default -1) --gas.limit uint specifies max gas for the blob submission
-1
--fee
The text was updated successfully, but these errors were encountered:
Fixed in scope of the global rpc rework. #2812
Sorry, something went wrong.
vgonkivs
No branches or pull requests
The
celestia rpc blob submit
method has the following docs:-1
magic number isn't documented. If it's-1
does it do something automatically? If yes, why not just do that when--fee
isn't specified?The text was updated successfully, but these errors were encountered: