Changed name to forknote
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"target_name": "cryptonote",
|
"target_name": "forknote",
|
||||||
"sources": [
|
"sources": [
|
||||||
"src/main.cc",
|
"src/main.cc",
|
||||||
"src/cryptonote_core/cryptonote_format_utils.cpp",
|
"src/cryptonote_core/cryptonote_format_utils.cpp",
|
||||||
|
|||||||
2
index.js
2
index.js
@@ -1 +1 @@
|
|||||||
module.exports = require('bindings')('cryptonote.node')
|
module.exports = require('bindings')('forknote.node')
|
||||||
|
|||||||
@@ -218,4 +218,4 @@ NAN_MODULE_INIT(init) {
|
|||||||
Nan::Set(target, Nan::New("address_decode_integrated").ToLocalChecked(), Nan::GetFunction(Nan::New<FunctionTemplate>(address_decode_integrated)).ToLocalChecked());
|
Nan::Set(target, Nan::New("address_decode_integrated").ToLocalChecked(), Nan::GetFunction(Nan::New<FunctionTemplate>(address_decode_integrated)).ToLocalChecked());
|
||||||
}
|
}
|
||||||
|
|
||||||
NODE_MODULE(cryptonote, init)
|
NODE_MODULE(forknote, init)
|
||||||
|
|||||||
Reference in New Issue
Block a user