After making a change to the metadata and pledge, I’d like to verify all is well.
In the coin cashew guide, under section 18.4, it provides the following method to check status, however it returns no output.
cardano-cli query ledger-state --mainnet > ledger-state.json
jq -r '.esLState._delegationState._pstate._pParams."'"$(cat stakepoolid.txt)"'" // empty' ledger-state.json
I’d really appreciate if someone can tell me why it might be returning a blank output and how I might start troubleshooting?