Skip to content

Commit

Permalink
MoneroWalletConfig imports MoneroError for proper validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Sep 21, 2020
1 parent 6778867 commit 1e29000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/js/wallet/model/MoneroWalletConfig.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const GenUtils = require("../../common/GenUtils");
const MoneroNetworkType = require("../../daemon/model/MoneroNetworkType");
const MoneroRpcConnection = require("../../common/MoneroRpcConnection");
const MoneroError = require("../../common/MoneroError");

/**
* Configuration to create a Monero wallet.
Expand Down

0 comments on commit 1e29000

Please sign in to comment.