mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
contrib: fix wrong number in comment
Changelog-None
This commit is contained in:
committed by
Christian Decker
parent
76e5ed45a6
commit
43cc2ba708
@@ -9,7 +9,7 @@ import time
|
|||||||
|
|
||||||
|
|
||||||
def json_getmanifest(request):
|
def json_getmanifest(request):
|
||||||
# Timeout is 60 seconds, so wait 11
|
# Timeout is 60 seconds, so wait more
|
||||||
time.sleep(61)
|
time.sleep(61)
|
||||||
return {
|
return {
|
||||||
"options": [
|
"options": [
|
||||||
|
|||||||
Reference in New Issue
Block a user