Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: kebab-case pay-for-blob command (celestiaorg#2989)
Closes celestiaorg#2901 ## Testing The previous commands still work b/c they are aliases: ``` $ ./build/celestia-appd tx blob pay-for-blob Error: pay-for-blob requires two arguments: namespaceID and blob $ ./build/celestia-appd tx blob pay-for-blobs Error: pay-for-blob requires two arguments: namespaceID and blob $ ./build/celestia-appd tx blob PayForBlob Error: pay-for-blob requires two arguments: namespaceID and blob $ ./build/celestia-appd tx blob PayForBlobs Error: pay-for-blob requires two arguments: namespaceID and blob ```
- Loading branch information