feat(santoTirso): logic from santo-tirso branch merged

This commit is contained in:
Damian Mee 2014-11-07 01:36:41 +01:00
parent adfb5f48fc
commit bd3d51b9f2
3 changed files with 148 additions and 13 deletions

5
lib/temporary_name.js Normal file
View file

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