🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

jeton-lib

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jeton-lib - npm Package Compare versions

Comparing version
1.6.0
to
1.6.1
+1
-2
examples/threshold.js

@@ -55,3 +55,2 @@ const jeton = require('../index')

threshold: 218,
blockheight: blockheight,
oraclePubKey: oraclePub,

@@ -107,3 +106,3 @@ parties: {

.to(priv1.toAddress(), 19000)
.lockUntilBlockHeight(660211) // Must be after the blockheight in the script
.lockUntilBlockHeight(blockheight) // Must be after the blockheight in the script

@@ -110,0 +109,0 @@ //console.log(spendTx.toObject())

{
"name": "jeton-lib",
"version": "1.6.0",
"version": "1.6.1",
"description": "Extension of bitcore-lib-cash for advanced Bitcoin Cash transaction types",

@@ -5,0 +5,0 @@ "main": "index.js",