Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10 from raamb/master
Browse files Browse the repository at this point in the history
Preserve snake_case while generating service spec jsons
  • Loading branch information
raamb authored Feb 28, 2019
2 parents 2da3e09 + 822bdea commit 9ceb64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const os = require("os")
const Web3 = require("web3")
const klaw = require("klaw-sync")
const protobuf = require("protobufjs")
protobuf.parse.defaults.keepCase = true;

const registryABI = require("singularitynet-platform-contracts/abi/Registry.json")
const registryNetworks = require("singularitynet-platform-contracts/networks/Registry.json")
Expand Down

0 comments on commit 9ceb64f

Please sign in to comment.