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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Our codebase supports adding labels via the addKey method but that parameter is not available in the rpc.
This is the rpc that needs to be updated to support labels:
rpc api:
chia-blockchain/chia/wallet/wallet_rpc_api.py
Line 793 in 73cb547
rpc client:
chia-blockchain/chia/wallet/wallet_rpc_client.py
Line 231 in 73cb547
rpc types:
chia-blockchain/chia/wallet/wallet_request_types.py
Line 125 in 73cb547
This is the addKey method in keychain server which does support the label:
chia-blockchain/chia/daemon/keychain_server.py
Line 211 in 73cb547
Beta Was this translation helpful? Give feedback.
All reactions