renamed function

This commit is contained in:
jash
2018-10-06 21:48:22 +02:00
committed by kexkey
parent ee94109bd3
commit 5f3e8fd518

View File

@@ -77,7 +77,7 @@ module.exports = class extends Generator {
return validator.isIP((ip+"").trim());
}
_xpubValidator( xpub ) {
_xkeyValidator( xpub ) {
try {
coinstring.decode(xpub);
} catch( e ) {