fix: comment

This commit is contained in:
Nik Dement'ev 2020-11-18 10:26:17 +03:00
parent 11ff298672
commit a92d9d813d
No known key found for this signature in database
GPG Key ID: 769B05D57CF16FE2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const Web3 = require('web3')
const { hexToNumberString, toChecksumAddress, numberToHex } = require('web3-utils')
export default (ctx, inject) => {
// const moduleOptions = <%= JSON.stringify(options) %>
const moduleOptions = <%= JSON.stringify(options) %>
const instance = class Provider {
constructor(options) {