From ce37bc94c04ccba4b963c9759a414e3d207d123e Mon Sep 17 00:00:00 2001 From: Anthony Potdevin Date: Tue, 29 Sep 2020 23:33:36 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20add=20build=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tools/WalletVersion.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/tools/WalletVersion.tsx b/src/views/tools/WalletVersion.tsx index aa500a01..9bc675c0 100644 --- a/src/views/tools/WalletVersion.tsx +++ b/src/views/tools/WalletVersion.tsx @@ -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 ( {renderLine('Commit hash:', commit_hash)} + {renderLine('Build Tags:', build_tags.join(', '))} RPC