Post CLN small fixes

This commit is contained in:
Reckless_Satoshi 2023-05-23 06:10:06 -07:00
parent ce81d67b1d
commit fccd49b3b3
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -636,6 +636,7 @@ docker/i2p
frontend/static/assets/avatars*
api/lightning/*_grpc.py
api/lightning/*_pb2.py
api/lightning/pymp*
frontend/static/locales/collected_phrases.json
frontend/static/admin*
frontend/static/rest_framework*

View File

@ -75,7 +75,7 @@ const StatsDialog = ({ open = false, onClose, info }: Props): JSX.Element => {
</ListItem>
) : null}
{info.lnd_version ? (
{info.cln_version ? (
<ListItem>
<ListItemIcon>
<BoltIcon />