Skip to content

Commit

Permalink
fix for Bip44WalletUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius278 committed Nov 14, 2024
1 parent fed8f4e commit e60dbb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/org/web3j/crypto/WalletUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
/** Utility functions for working with Wallet files. */
public class WalletUtils {

private WalletUtils() {}

private static final ObjectMapper objectMapper = new ObjectMapper();
private static final SecureRandom secureRandom = SecureRandomUtils.secureRandom();

Expand Down

0 comments on commit e60dbb7

Please sign in to comment.