Skip to content

Commit 3863669

Browse files
committed
Worked on evaluation
1 parent b3cf458 commit 3863669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/multichain/command/WalletCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
public class WalletCommand extends QueryBuilderWallet {
1717

1818
public WalletCommand(String ip, String port, String login, String password) {
19-
initialize(ip, port, login, password);
19+
initialize(ip, port, login, password, null);
2020
}
2121

2222
public WalletInfo getWalletInfo() throws MultichainException {

0 commit comments

Comments
 (0)