You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the oasis-node stake account gen_reclaim_escrow subcommand uses the --stake.amount flag for specifying the amount of shares to reclaim from an escrow:
In the future, we might also add the ability to specify the amount of tokens (base units) to reclaim from an escrow and compute the number of shares automatically.
However, it is not possible to know how much the shares will be worth before the debonding period expires since any slashing could change shares' price.
The text was updated successfully, but these errors were encountered:
SUMMARY
Currently, the
oasis-node stake account gen_reclaim_escrow
subcommand uses the--stake.amount
flag for specifying the amount of shares to reclaim from an escrow:https://github.com/oasislabs/oasis-core/blob/6ccac659d9bcf885dd2240c469bf5757ca19ee56/go/oasis-node/cmd/stake/account.go#L207
This is different from what one would expect by reading subcommand's
--help
:or reading the current version of the Operator docs:
ISSUE TYPE
ADDITIONAL INFORMATION
In the future, we might also add the ability to specify the amount of tokens (base units) to reclaim from an escrow and compute the number of shares automatically.
However, it is not possible to know how much the shares will be worth before the debonding period expires since any slashing could change shares' price.
The text was updated successfully, but these errors were encountered: