From d46e3f677805c8e3e4b4873fb9b0cec2988a4d63 Mon Sep 17 00:00:00 2001 From: Greg Hysen Date: Tue, 19 Jun 2018 17:20:53 -0700 Subject: Twenty new tests for MixinSignatureValidator. Fixed handling of unsupported types. Fixed trezor prefix. --- packages/types/src/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/types/src') diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts index a5da947e1..e5a0f41a9 100644 --- a/packages/types/src/index.ts +++ b/packages/types/src/index.ts @@ -139,6 +139,7 @@ export enum SignatureType { Validator, PreSigned, Trezor, + NSignatureTypes, } /** -- cgit v1.2.3