mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Post CLN small fixes
This commit is contained in:
parent
ce81d67b1d
commit
fccd49b3b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -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*
|
||||
|
@ -75,7 +75,7 @@ const StatsDialog = ({ open = false, onClose, info }: Props): JSX.Element => {
|
||||
</ListItem>
|
||||
) : null}
|
||||
|
||||
{info.lnd_version ? (
|
||||
{info.cln_version ? (
|
||||
<ListItem>
|
||||
<ListItemIcon>
|
||||
<BoltIcon />
|
||||
|
Loading…
Reference in New Issue
Block a user