Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
fix: lgtm alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Shuplenkov committed Apr 27, 2021
1 parent cc4e07d commit 9220d48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SDK/Client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class Client extends EventEmitter {

this.options = {
walletAccountIndex: 0,
...options
...options,
}

this.network = this.options.network ? this.options.network.toString() : 'testnet';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PrivateKey, Transaction } from "@dashevo/dashcore-lib";
import { PrivateKey } from "@dashevo/dashcore-lib";
import { Platform } from "../../../Platform";

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PrivateKey, Transaction } from "@dashevo/dashcore-lib";
import { PrivateKey } from "@dashevo/dashcore-lib";
import { Platform } from "../../../Platform";

/**
Expand Down

0 comments on commit 9220d48

Please sign in to comment.