Package utils
Class WalletEqualityUtils
java.lang.Object
utils.WalletEqualityUtils
Utilities to deep compare wallets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Compares two wallets for equality using only on-chain data.
-
Constructor Details
-
WalletEqualityUtils
public WalletEqualityUtils()
-
-
Method Details
-
testWalletEqualityOnChain
Compares two wallets for equality using only on-chain data. This test will sync the two wallets until their height is equal to guarantee equal state.- Parameters:
w1
- a wallet to comparew2
- a wallet to compare
-