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
The message handling functions around tokenized shares do not emit events themselves (the functions they call - undelegate, sendCoins etc. do), so we have account changing balances (notably the record.GetModuleAddress() module address, whose delegated balance (see liquidstakingd q staking delegations-to <addr>) reduces when shares are redeemed) without an associated event or attribute set.
Not a functional issue, but had me confused for a while as I was trying to track down why a delegated balance of an account I did not control changed as a result of my redeem-tokens tx.
The text was updated successfully, but these errors were encountered:
The message handling functions around tokenized shares do not emit events themselves (the functions they call - undelegate, sendCoins etc. do), so we have account changing balances (notably the
record.GetModuleAddress()
module address, whose delegated balance (seeliquidstakingd q staking delegations-to <addr>
) reduces when shares are redeemed) without an associated event or attribute set.Not a functional issue, but had me confused for a while as I was trying to track down why a delegated balance of an account I did not control changed as a result of my redeem-tokens tx.
The text was updated successfully, but these errors were encountered: