Replies: 1 comment
-
|
This has been added in: #20098 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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