namecoin / electrum-nmc

Namecoin port of Electrum Bitcoin client.
https://www.namecoin.org/
MIT License
29 stars 24 forks source link

Fix wallet for name_list #270

Closed domob1812 closed 3 years ago

domob1812 commented 3 years ago

The command decorators expect a wallet argument to be passed explicitly as key-word argument, or else the wallet handling does not work properly. Make sure that name_list passes the wallet as such when calling through to listunspent.

Without this, name_list complained about missing wallet. With this, name_list works correctly for me with current master and on regtest.

JeremyRand commented 3 years ago

Thanks!