Skip to content

Commit

Permalink
Namecoin: Add TODO to name_list
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Feb 10, 2020
1 parent ef3632e commit a3b8ddb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions electrum_nmc/electrum/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ async def listunspent(self, wallet: Abstract_Wallet = None):
async def name_list(self, identifier=None, wallet: Abstract_Wallet = None):
"""List unspent name outputs. Returns the list of unspent name_anyupdate
outputs in your wallet."""

# TODO: Namecoin: Re-implement this using listunspent as a backend

l = copy.deepcopy(wallet.get_utxos())

result = []
Expand Down

0 comments on commit a3b8ddb

Please sign in to comment.