From 271d495812e1526cbccc62171559e77c29d4a5ba Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:48:24 -0500 Subject: [PATCH] add necessary typo back --- wallet/configs/debug/wallet_config.json | 4 ++-- wallet/src/config.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wallet/configs/debug/wallet_config.json b/wallet/configs/debug/wallet_config.json index 3f77d265..f973712e 100644 --- a/wallet/configs/debug/wallet_config.json +++ b/wallet/configs/debug/wallet_config.json @@ -207,7 +207,7 @@ 247 ] }, - "nullifier_public_key": [ + "nullifer_public_key": [ 139, 19, 158, @@ -402,7 +402,7 @@ 145 ] }, - "nullifier_public_key": [ + "nullifer_public_key": [ 173, 134, 33, diff --git a/wallet/src/config.rs b/wallet/src/config.rs index caa3eaba..59cf66e8 100644 --- a/wallet/src/config.rs +++ b/wallet/src/config.rs @@ -416,7 +416,7 @@ impl Default for WalletConfig { 247 ] }, - "nullifier_public_key": [ + "nullifer_public_key": [ 139, 19, 158, @@ -611,7 +611,7 @@ impl Default for WalletConfig { 145 ] }, - "nullifier_public_key": [ + "nullifer_public_key": [ 173, 134, 33,