mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-16 02:25:47 +00:00
Add trust auto clear. Fixes #28
This commit is contained in:
committed by
Stefan Thomas
parent
0e56274525
commit
5756cf277c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user