From 234d24b47ff09e2b2ebd578d80668333569fc8cb Mon Sep 17 00:00:00 2001 From: gimyboya Date: Tue, 17 Jul 2018 11:19:45 +0800 Subject: [PATCH] Chore(Imports):Removed network type from import removed network type from the imports --- src/Initiator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Initiator.ts b/src/Initiator.ts index d36a799..da83018 100644 --- a/src/Initiator.ts +++ b/src/Initiator.ts @@ -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