Redo last commit since merge and fixed lowercase support

This commit is contained in:
mbhandary
2020-04-16 15:34:43 -04:00
parent c9eed74267
commit 85df40d86d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
//Browserify was used to create domain-verifier-bundle.js so that we can use 'require' in the browser
//Webpack was used to create domain-verifier-bundle.js so that we can use 'require' in the browser
const codec = require("ripple-binary-codec");
const addressCodec = require("ripple-address-codec");