Switch back to ripple_path_find

This commit is contained in:
Chris Clark
2015-10-22 15:37:50 -07:00
parent 9a759e7ef1
commit 391a9fd260
4 changed files with 339 additions and 333 deletions

View File

@@ -254,9 +254,9 @@ module.exports = function(port) {
}
});
mock.on('request_path_find', function(request, conn) {
mock.on('request_ripple_path_find', function(request, conn) {
let response = null;
if (request.subcommand === 'close') {
if (request.subcommand === 'close') { // for path_find command
return;
}
if (request.source_account === addresses.NOTFOUND) {