mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +01:00
chore: 🔧 add build tags
This commit is contained in:
parent
56b690753b
commit
ce37bc94c0
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ export const WalletVersion = () => {
|
|||
}
|
||||
|
||||
const {
|
||||
build_tags,
|
||||
is_autopilotrpc_enabled,
|
||||
is_chainrpc_enabled,
|
||||
is_invoicesrpc_enabled,
|
||||
|
@ -55,6 +56,7 @@ export const WalletVersion = () => {
|
|||
return (
|
||||
<Card>
|
||||
{renderLine('Commit hash:', commit_hash)}
|
||||
{renderLine('Build Tags:', build_tags.join(', '))}
|
||||
<Separation />
|
||||
<Sub4Title>
|
||||
<b>RPC</b>
|
||||
|
|
Loading…
Add table
Reference in a new issue