From 340e7fb9174478db662ff1f4c41d0e18d0ab5624 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Tue, 21 Jul 2015 10:44:56 +1000 Subject: [PATCH] tests: fix spelling error --- test/bitcoin.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bitcoin.core.js b/test/bitcoin.core.js index a2d5b52..4ca39e3 100644 --- a/test/bitcoin.core.js +++ b/test/bitcoin.core.js @@ -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'