Closed thewhaleking closed 4 days ago
do_transfer
coldkeypub.ss58
coldkey.ss58
self.metadata
--no-prompt
stake remove
Fixes #202
do_transfer
, we check the balance withcoldkeypub.ss58
, but then retrieve it from the dict withcoldkey.ss58
. Resolve this.self.metadata
may not be set before finishing initialising runtime (this may need optimised in the future)--no-prompt
is specified onstake remove
Fixes #202