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,