mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Find 'sabfd' paths (RIPD-335)
This permits USD/GW1 to be bridged to USD/GW2 by BTC/GW3 or USD/GW1 to be bridged to BTC/GW2 by CNY/GW3.
This commit is contained in:
@@ -980,6 +980,7 @@ void Pathfinder::initPathTable()
|
||||
list.push_back(CostedPath_t(6, makePath("safad")));
|
||||
list.push_back(CostedPath_t(6, makePath("saxfd"))); // source -> gateway -> book to XRP -> book -> destination
|
||||
list.push_back(CostedPath_t(6, makePath("saxfad")));
|
||||
list.push_back(CostedPath_t(6, makePath("sabfd"))); // source -> gateway -> book -> book -> destination
|
||||
list.push_back(CostedPath_t(7, makePath("saaad")));
|
||||
}
|
||||
|
||||
@@ -992,8 +993,9 @@ void Pathfinder::initPathTable()
|
||||
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(5, makePath("sbfd")));
|
||||
list.push_back(CostedPath_t(6, makePath("saxfad")));
|
||||
list.push_back(CostedPath_t(6, makePath("sbfd")));
|
||||
list.push_back(CostedPath_t(6, makePath("sabfd")));
|
||||
list.push_back(CostedPath_t(7, makePath("saafd")));
|
||||
list.push_back(CostedPath_t(8, makePath("saafad")));
|
||||
list.push_back(CostedPath_t(9, makePath("safaad")));
|
||||
|
||||
Reference in New Issue
Block a user