I am at section 13 of the CoinCashew Guide
I have my stakepoolid.txt.
I then proceeded to verify whether the stakepoolid is in the blockchain.:
cardano-cli query ledger-state --mainnet | grep publicKey | grep $(cat stakepoolid.txt)
What i get back is nothing from the terminal…?
The guide suggests that I should get back a: 'A non-empty string return means you're registered!'
I checked at : https://pooltool.io/
and my pool pops up…
Please can someone advise?