refactor(plugins): temporaryName -> blockchainUtil

This commit is contained in:
Damian Mee 2014-11-07 02:40:09 +01:00
parent 15ff3c3ee4
commit 54e7565d3f
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +0,0 @@
'use strict';
exports.addressReceived = function addressReceived(address, confirmations, cb) {
cb();
};