PrivateKey: Fix typo
This commit is contained in:
parent
5b0bedee6c
commit
01069be8d8
|
@ -43,7 +43,7 @@ The code to do these validations looks like this:
|
|||
```javascript
|
||||
|
||||
// validate an address
|
||||
if (PrivateKey.isValid(input){
|
||||
if (PrivateKey.isValid(input)){
|
||||
...
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue