bitcore-doichain
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -18,7 +18,7 @@ import bitcore from "bitcore-doichain"; | ||
// .fee(fee+100000000) //storage fee in satoshies - goes into name_doi transaction - unfortunately not working together with name_doi | ||
.sign(privKeySet) // Signs all the inputs it can | ||
// Signs all the inputs it can | ||
console.log('unsigned transaction',tx) | ||
return tx.sign(privKeySet).serialize(true); | ||
return tx.serialize(true); | ||
} | ||
export default createRawDoichainTX |
{ | ||
"name": "bitcore-doichain", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "Doichain Support for Bitcore", | ||
@@ -5,0 +5,0 @@ "author": "Nico Krause <nico@le-space.de>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91336
1875