Skip to content

Commit

Permalink
Chore(Imports):Removed network type from import
Browse files Browse the repository at this point in the history
removed network type from the imports
  • Loading branch information
khawarizmus committed Jul 17, 2018
1 parent 58b17f9 commit 234d24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Initiator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Account, NetworkType, PublicAccount } from 'nem2-sdk';
import { Account, PublicAccount } from 'nem2-sdk';
import { Errors } from './Errors';
/**
* @description - a class wrapping the transaction initiator account
Expand Down

0 comments on commit 234d24b

Please sign in to comment.