mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
comment our ackrequest
This commit is contained in:
parent
a50dce4cef
commit
e5b5e8d0f4
1 changed files with 4 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue