Skip to content

Commit

Permalink
Namecoin: Add wallet arg to name_list usage in name_update
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Feb 17, 2020
1 parent b655f3d commit 4351157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum_nmc/electrum/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ async def name_update(self, identifier, value=None, destination=None, amount=0.0
# value.
renew = False
if value is None:
list_results = await self.name_list(identifier)
list_results = await self.name_list(identifier, wallet=wallet)
list_results = list_results[0]

# This check is in place to prevent an attack where an ElectrumX
Expand Down

0 comments on commit 4351157

Please sign in to comment.