Skip to content

Commit

Permalink
chaindb: fix typo - deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Oct 24, 2018
1 parent 107697b commit 2abc3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blockchain/chaindb.js
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ class ChainDB {

async getMetaByAddress(addrs) {
process.emitWarning(
'deprecated, use node.addrindex.getHashesByAddress',
'deprecated, use node.addrindex.getMetaByAddress',
'DeprecationWarning'
);
return [];
Expand Down

0 comments on commit 2abc3e2

Please sign in to comment.