Publish transaction due to subscribe accounts as type "transaction".

This commit is contained in:
Arthur Britto
2013-03-04 19:24:20 -08:00
parent 93f79ca204
commit 3a8d85d9c4
3 changed files with 8 additions and 8 deletions

View File

@@ -719,7 +719,7 @@ buster.testCase("Gateway", {
});
self.remote
.on('account', function (m) {
.on('transaction', function (m) {
// console.log("ACCOUNT: %s", JSON.stringify(m));
self.found = 1;
})
@@ -857,7 +857,7 @@ buster.testCase("Gateway", {
});
self.remote
.on('account', function (m) {
.on('transaction', function (m) {
// console.log("ACCOUNT: %s", JSON.stringify(m));
self.found = 1;
})