opentensor / btwallet

MIT License
4 stars 1 forks source link

Add unlock method for wallet coldkey #10

Closed thewhaleking closed 2 months ago

thewhaleking commented 2 months ago

Adds Wallet.unlock_coldkey method which does the same thing as the property Wallet.coldkey, but because it is called, avoids warnings about "this statement seems to have no effect".

Also fixes wording and sets requirement for eth-utils to avoid warnings.