Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/spec/nomination.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Specification
* ``getTotalNominatedCollateral(vaultId)`` must return zero.
* For all nominators, ``getNominatorCollateral(vaultId, userId)`` must return zero.
* Staking pallet ``nonce`` must be incremented by one.
* The return value of calling :ref:`staking_computeRewardAtIndex` parameterized with ``(nonce - 1, INTERBTC, vaultId, userId)`` must be equal to the user's nomination just before the vault opted out.
* The return value of calling :ref:`staking_function_compute_reward_at_index` parameterized with ``(nonce - 1, INTERBTC, vaultId, userId)`` must be equal to the user's nomination just before the vault opted out.

.. _depositNominationCollateral:

Expand Down
Loading