From 5882f9116ee56c35be3df43a0ad031620fddd7e8 Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Wed, 1 Jul 2015 21:20:39 -0700 Subject: [PATCH] CLTV: Minor style fix --- lib/script/interpreter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/script/interpreter.js b/lib/script/interpreter.js index 3041c6d..84c039f 100644 --- a/lib/script/interpreter.js +++ b/lib/script/interpreter.js @@ -185,7 +185,7 @@ Interpreter.false = new Buffer([]); Interpreter.MAX_SCRIPT_ELEMENT_SIZE = 520; Interpreter.LOCKTIME_THRESHOLD = 500000000; -Interpreter.LOCKTIME_THRESHOLD_BN = new BN(500000000); +Interpreter.LOCKTIME_THRESHOLD_BN = new BN(Interpreter.LOCKTIME_THRESHOLD); // flags taken from bitcoind // bitcoind commit: b5d1b1092998bc95313856d535c632ea5a8f9104