Skip to content

Commit

Permalink
fix database settings API
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Mar 6, 2021
1 parent f384a66 commit df59dff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kth-bch-native",
"version": "0.16.3",
"version": "0.16.4",
"description": "Bitcoin Cash development platform for Javascript applications",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/kth-native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void init(v8::Local<v8::Object> exports) {
// NODE_SET_METHOD(exports, "config_settings_get_from_file", config_settings_get_from_file);
// NODE_SET_METHOD(exports, "config_settings_destruct", config_settings_destruct);
NODE_SET_METHOD(exports, "config_authority_allocate_n", config_authority_allocate_n);
// NODE_SET_METHOD(exports, "config_database_settings_default", config_database_settings_default);
NODE_SET_METHOD(exports, "config_database_settings_default", config_database_settings_default);
// NODE_SET_METHOD(exports, "config_network_settings_default", config_network_settings_default);

// NODE_SET_METHOD(exports, "chain_validate_tx", chain_validate_tx);
Expand Down

0 comments on commit df59dff

Please sign in to comment.