When creating a staking transaction to a custom finalizer address, it won't appear when unstaking/withdrawing. This might be because the roster_info lightclient method does not reflect the full set of existing finalizers. We should use data from multiple sources (get_bonds/walletBonds could be useful here).
When creating a staking transaction to a custom finalizer address, it won't appear when unstaking/withdrawing. This might be because the
roster_infolightclient method does not reflect the full set of existing finalizers. We should use data from multiple sources (get_bonds/walletBondscould be useful here).