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,