tcomment our ackrequest - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit e5b5e8d0f4d1cfa9c96dfe6b9d1e43a1e6d6b78f
DIR parent a50dce4cefaf87e955705bb97ef873eb7196ab7d
HTML Author: ThomasV <thomasv@gitorious>
Date: Thu, 11 Jun 2015 10:50:25 +0200
comment our ackrequest
Diffstat:
M lib/commands.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
DIR diff --git a/lib/commands.py b/lib/commands.py
t@@ -527,10 +527,10 @@ class Commands:
raise BaseException("Request not found")
return self._format_request(r)
- @command('w')
- def ackrequest(self, serialized):
- """<Not implemented>"""
- pass
+ #@command('w')
+ #def ackrequest(self, serialized):
+ # """<Not implemented>"""
+ # pass
@command('w')
def listrequests(self):