Closed distributedstatemachine closed 1 day ago
POW registrations fail because we dont initialise success before we use it.
success
│ │ │ │ wallet = name: 'default', hotkey: 'foo', path: '~//home/ubuntu/.bittensor/wallets/' │ │ │ ╰───────────────────────────────────────────────────────────────────────────────────────────────────────╯ │ ╰───────────────────────────────────────────────────────────────────────────────────────────────────────────╯ UnboundLocalError: local variable 'success' referenced before assignment
This is already fixed in staging https://github.com/opentensor/btcli/pull/189
POW registrations fail because we dont initialise
success
before we use it.