mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-07 15:05:41 +01:00
renamed function
This commit is contained in:
@@ -77,7 +77,7 @@ module.exports = class extends Generator {
|
||||
return validator.isIP((ip+"").trim());
|
||||
}
|
||||
|
||||
_xpubValidator( xpub ) {
|
||||
_xkeyValidator( xpub ) {
|
||||
try {
|
||||
coinstring.decode(xpub);
|
||||
} catch( e ) {
|
||||
|
||||
Reference in New Issue
Block a user