mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-26 14:34:00 +00:00
Fix LND page error
This commit is contained in:
parent
ad90915a47
commit
588a8fd6bf
|
@ -113,8 +113,7 @@ def page_lnd():
|
||||||
"num_inactive_channels": num_inactive_channels,
|
"num_inactive_channels": num_inactive_channels,
|
||||||
"pubkey": pubkey,
|
"pubkey": pubkey,
|
||||||
"uri": uri,
|
"uri": uri,
|
||||||
"ip": ip,
|
"ip": ip
|
||||||
"message": message
|
|
||||||
}
|
}
|
||||||
return render_template('lnd.html', **templateData)
|
return render_template('lnd.html', **templateData)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user