Skip to content

Commit

Permalink
Merge branch 'feature/apostille' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aizaiz committed Nov 7, 2018
2 parents 47cb843 + da60932 commit 68a630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Apostille.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 68a630b

Please sign in to comment.