From 2e4f7c6f96b34ccbbf04765b5ea1697630a882e1 Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:10:33 -0400 Subject: [PATCH] fixed typo --- 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 c4218137..6c4c9f84 100644 --- a/wallet/configs/debug/wallet_config.json +++ b/wallet/configs/debug/wallet_config.json @@ -207,7 +207,7 @@ 247 ] }, - "nullifer_public_key": [ + "nullifier_public_key": [ 139, 19, 158, @@ -333,7 +333,7 @@ 133 ], "private_key_holder": { - "nullifer_secret_key": [ + "nullifier_secret_key": [ 188, 235, 121, diff --git a/wallet/src/config.rs b/wallet/src/config.rs index 5e6d373e..8ef4458c 100644 --- a/wallet/src/config.rs +++ b/wallet/src/config.rs @@ -416,7 +416,7 @@ impl Default for WalletConfig { 247 ] }, - "nullifer_public_key": [ + "nullifier_public_key": [ 139, 19, 158, @@ -542,7 +542,7 @@ impl Default for WalletConfig { 133 ], "private_key_holder": { - "nullifer_secret_key": [ + "nullifier_secret_key": [ 188, 235, 121,