Add trust auto clear. Fixes #28

This commit is contained in:
Arthur Britto
2013-03-31 16:15:45 -07:00
committed by Stefan Thomas
parent 0e56274525
commit 5756cf277c

View File

@@ -226,7 +226,7 @@ var verify_limit = function (remote, src, amount, callback) {
callback();
})
.on('error', function (m) {
.once('error', function (m) {
// console.log("error: %s", JSON.stringify(m));
callback(m);