In my params.json, I couldn't find keyDeposit but can see stakeAddressDeposit

Hello experts,

In my params.json, I couldn’t find keyDeposit but I can see stakeAddressDeposit…

Its because I get null value when this command is ran from this tutorial:

keyDeposit=$(cat $NODE_HOME/params.json | jq -r ‘.keyDeposit’)
echo keyDeposit: $keyDeposit

I was wondering if I missed a step or can swap stakeAddressDeposit with keyDeposit?

TIA

Hi!

Good catch - maybe it is outdated since 1.26.1 version. So go and change the name of the field.

Thanks so much @laplasz! I’ll try that!

Same for me, I registered my pool very recently and faced the same issue, among others. Documentation (coincashew or even official one) is not really up to date on some important things :slight_smile:

1 Like

weird that official documentation is still not up to date :confused:

1 Like