From da60932d343e114a7a0769fd0bb960c5c6445b53 Mon Sep 17 00:00:00 2001 From: aizaiz Date: Wed, 7 Nov 2018 10:35:25 +0800 Subject: [PATCH] fix(Apostille): Fix problem hdAccont is not found --- src/Apostille.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Apostille.ts b/src/Apostille.ts index 875508b..cc9aad5 100644 --- a/src/Apostille.ts +++ b/src/Apostille.ts @@ -46,7 +46,7 @@ class Apostille extends ApostilleAccount { * @memberof Apostille */ private constructor( - private hdAccount: Account, + public readonly hdAccount: Account, private readonly generatorAccount?: Account, ) { super(hdAccount.publicAccount);