From 2c89a4cfd322f4cea4896c254d2a3c90def0b643 Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Tue, 10 Mar 2026 09:16:38 +0100 Subject: [PATCH] feat(ui): simplify receiving addresses table to show path and address only --- frontend/src/components/HDWallet.jsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/components/HDWallet.jsx b/frontend/src/components/HDWallet.jsx index ca578bb..0b42974 100644 --- a/frontend/src/components/HDWallet.jsx +++ b/frontend/src/components/HDWallet.jsx @@ -200,7 +200,6 @@ export default function HDWallet() { # Path Address - Public Key @@ -210,14 +209,8 @@ export default function HDWallet() { {a.index} {a.path} {a.address} - - {a.public_key} - -
- - -
+ ))}