We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cf458 commit 3863669Copy full SHA for 3863669
src/main/java/multichain/command/WalletCommand.java
@@ -16,7 +16,7 @@
16
public class WalletCommand extends QueryBuilderWallet {
17
18
public WalletCommand(String ip, String port, String login, String password) {
19
- initialize(ip, port, login, password);
+ initialize(ip, port, login, password, null);
20
}
21
22
public WalletInfo getWalletInfo() throws MultichainException {
0 commit comments