Rename compiled binding to KeyModule.
This commit is contained in:
parent
4cfef3546c
commit
c2f40f40ce
@ -4,7 +4,7 @@
|
|||||||
},
|
},
|
||||||
'targets': [
|
'targets': [
|
||||||
{
|
{
|
||||||
'target_name': 'Key',
|
'target_name': 'KeyModule',
|
||||||
'sources': [
|
'sources': [
|
||||||
'src/eckey.cc'
|
'src/eckey.cc'
|
||||||
],
|
],
|
||||||
|
|||||||
@ -601,4 +601,4 @@ init (Handle<Object> target)
|
|||||||
bitcoin::Key::Init(target);
|
bitcoin::Key::Init(target);
|
||||||
}
|
}
|
||||||
|
|
||||||
NODE_MODULE(native, init)
|
NODE_MODULE(KeyModule, init)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user