mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Publish transaction due to subscribe accounts as type "transaction".
This commit is contained in:
@@ -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;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user