tests: fix spelling error
This commit is contained in:
parent
abd27dd2be
commit
340e7fb917
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ describe('Bitcoin-core', function () {
|
|||
})
|
||||
|
||||
// base58_keys_valid
|
||||
describe('Address.formBase58Check', function () {
|
||||
describe('Address.fromBase58Check', function () {
|
||||
var typeMap = {
|
||||
'pubkey': 'pubKeyHash',
|
||||
'script': 'scriptHash'
|
||||
|
|
Loading…
Reference in a new issue