doichain-transaction
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -61,3 +61,3 @@ var conv = require('binstring'); | ||
}, | ||
nameDOI: function(name, value, address){ | ||
nameDoi: function(name, value, address){ | ||
name = conv(name, {in: 'binary', out:'hex'}); | ||
@@ -68,3 +68,3 @@ value = conv(value, {in: 'binary', out:'hex'}); | ||
return [ | ||
'10', | ||
"10", | ||
name, | ||
@@ -71,0 +71,0 @@ value, |
{ | ||
"name": "doichain-transaction", | ||
"version": "0.0.1", | ||
"description": "Create namecoin transactions", | ||
"version": "0.0.2", | ||
"description": "Create doichain transactions", | ||
"main": "main.js", | ||
@@ -18,3 +18,3 @@ "scripts": { | ||
}, | ||
"author": "Marius Gundersen", | ||
"author": "Marius Gundersen, Nico Krause", | ||
"license": "MIT", | ||
@@ -21,0 +21,0 @@ "dependencies": { |
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
6130