mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
"sxfad" path was missing from non-XRP to non-XRP (dif currency) list.
This commit is contained in:
@@ -853,6 +853,7 @@ void Pathfinder::initPathTable()
|
||||
list.push_back(CostedPath_t(3, makePath("safad")));
|
||||
list.push_back(CostedPath_t(4, makePath("sxfd")));
|
||||
list.push_back(CostedPath_t(5, makePath("saxfd")));
|
||||
list.push_back(CostedPath_t(5, makePath("sxfad")));
|
||||
list.push_back(CostedPath_t(6, makePath("saxfad")));
|
||||
list.push_back(CostedPath_t(7, makePath("saafd")));
|
||||
list.push_back(CostedPath_t(8, makePath("saafad")));
|
||||
|
||||
Reference in New Issue
Block a user