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, there are places such as --show-delegations and other consensus transactions where the address is not associated with the entry in your wallet or addressbook. For example oasis acc show my_account --show-delegations yields:
Delegations:
- To: oasis1qrydpazemvuwtnp3efm7vmfvg3tde044qg6cxwzx
Amount: 100.0 TEST (100000000000 shares)
End Time: epoch 29127
Where oasis1qrydpazemvuwtnp3efm7vmfvg3tde044qg6cxwzx is infact test:bob.
The same goes for allowances, for example to oasis1qrd3mnzhhgst26hsp96uf45yhq6zlax0cuzdgcfc which should in fact be paratime:sapphire:
Allowances for this Account:
Total: 1000.0 ROSE
Allowances:
- Beneficiary: oasis1qrd3mnzhhgst26hsp96uf45yhq6zlax0cuzdgcfc
Amount: 1000.0 ROSE
The text was updated successfully, but these errors were encountered:
matevz
changed the title
Associate all addresses with wallet/ab/testing entries
Name addresses, if found in wallet/addressbook/test/paratime entries
Dec 12, 2023
Currently, there are places such as
--show-delegations
and other consensus transactions where the address is not associated with the entry in your wallet or addressbook. For exampleoasis acc show my_account --show-delegations
yields:Where
oasis1qrydpazemvuwtnp3efm7vmfvg3tde044qg6cxwzx
is infacttest:bob
.The same goes for allowances, for example to
oasis1qrd3mnzhhgst26hsp96uf45yhq6zlax0cuzdgcfc
which should in fact beparatime:sapphire
:The text was updated successfully, but these errors were encountered: