Support for forknote (BCN, ...) v2 and v3 Blocks

This commit is contained in:
wallet42
2016-05-21 18:16:47 -05:00
parent e87d0672b0
commit bf202c86c4
6 changed files with 41 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cryptonote-util",
"version": "0.0.1",
"name": "forknote-util",
"version": "0.9.1",
"main": "cryptonote",
"author": {
"name": "LucasJones",
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/clintar/node-cryptonote-util.git"
"url": "https://github.com/wallet42/node-forknote-util.git"
},
"dependencies": {
"bindings": "*",
@@ -16,6 +16,8 @@
},
"keywords": [
"cryptonight",
"cryptonote"
"cryptonote",
"forknote",
"bytecoin"
]
}