chore: 🔧 add build tags

This commit is contained in:
Anthony Potdevin 2020-09-29 23:33:36 +02:00
parent 56b690753b
commit ce37bc94c0
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457

View file

@ -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>