Skip to content

Commit

Permalink
WalletAppKitRegTest: use KeyChainGroupStructure.BIP43
Browse files Browse the repository at this point in the history
(.DEFAULT is deprecated)
  • Loading branch information
msgilligan committed Jul 27, 2023
1 parent 0da833e commit b99796b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static void setupRegTestWallet() {
void setupTest(@TempDir File tempDir) throws UnknownHostException {
kit = new WalletAppKit(network,
ScriptType.P2WPKH,
KeyChainGroupStructure.DEFAULT,
KeyChainGroupStructure.BIP43,
tempDir,
"prefix");
kit.connectToLocalHost();
Expand Down

0 comments on commit b99796b

Please sign in to comment.