Browse Source

tests: fix spelling error

hk-custom-address
Daniel Cousens 10 years ago
parent
commit
340e7fb917
  1. 2
      test/bitcoin.core.js

2
test/bitcoin.core.js

@ -47,7 +47,7 @@ describe('Bitcoin-core', function () {
}) })
// base58_keys_valid // base58_keys_valid
describe('Address.formBase58Check', function () { describe('Address.fromBase58Check', function () {
var typeMap = { var typeMap = {
'pubkey': 'pubKeyHash', 'pubkey': 'pubKeyHash',
'script': 'scriptHash' 'script': 'scriptHash'

Loading…
Cancel
Save