NoDeposit

Error v154 → current 20.3

No deposit found for the specified account and block .

Encountered by: validatorsdevelopers

Why This Error Exists

Deposits are keyed by (account, block). To release, you need the exact key. If no deposit exists at that key, either it was never made, already released, or the wrong key was used.

From Chain Metadata

There is no balance reserved.

What This Means

No deposit found for the specified account and block.

Common Causes

  • Wrong account address in release_deposit call
  • Wrong block number in release_deposit call
  • Deposit was already released or slashed

How to Fix

  • Query Deposits(account, block) to verify deposit exists
  • Check the exact block number when the deposit was made
  • Verify you're using the correct account address

Storage to Check

Runtime Info

Pallet Index
20
Error Index
3
Error Code
20.3
Runtime Version
v393