Skip to content

Commit

Permalink
chore: 🔧 add build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed Sep 29, 2020
1 parent 56b6907 commit ce37bc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/tools/WalletVersion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const WalletVersion = () => {
}

const {
build_tags,
is_autopilotrpc_enabled,
is_chainrpc_enabled,
is_invoicesrpc_enabled,
Expand All @@ -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>
Expand Down

0 comments on commit ce37bc9

Please sign in to comment.