CLTV: Minor style fix
This commit is contained in:
parent
4280b993e0
commit
5882f9116e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue