From 97a0008445a873c46f2d4e322314054c293a3f2a Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Tue, 18 Aug 2015 14:45:00 +1000 Subject: [PATCH] types: rm Script type --- src/types.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/types.js b/src/types.js index 2944995..a730b2b 100644 --- a/src/types.js +++ b/src/types.js @@ -42,11 +42,6 @@ var Network = typeforce.compile({ dustThreshold: UInt53 }) -var Script = typeforce.compile({ - buffer: typeforce.Buffer, - chunks: typeforce.arrayOf(typeforce.oneOf(typeforce.Number, typeforce.Buffer)) -}) - // extend typeforce types with ours var types = { BigInt: BigInt, @@ -57,7 +52,6 @@ var types = { Hash160bit: Hash160bit, Hash256bit: Hash256bit, Network: Network, - Script: Script, UInt2: UInt2, UInt8: UInt8, UInt32: UInt32,