File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -914,6 +914,7 @@ void Pathfinder::initPathTable()
914914 list.push_back (CostedPath_t (6 , makePath (" safad" )));
915915 list.push_back (CostedPath_t (6 , makePath (" saxfd" ))); // source -> gateway -> book to XRP -> book -> destination
916916 list.push_back (CostedPath_t (6 , makePath (" saxfad" )));
917+ list.push_back (CostedPath_t (6 , makePath (" sabfd" ))); // source -> gateway -> book -> book -> destination
917918 list.push_back (CostedPath_t (7 , makePath (" saaad" )));
918919 }
919920
@@ -927,6 +928,7 @@ void Pathfinder::initPathTable()
927928 list.push_back (CostedPath_t (5 , makePath (" saxfd" )));
928929 list.push_back (CostedPath_t (5 , makePath (" sxfad" )));
929930 list.push_back (CostedPath_t (6 , makePath (" saxfad" )));
931+ list.push_back (CostedPath_t (6 , makePath (" sabfd" )));
930932 list.push_back (CostedPath_t (7 , makePath (" saafd" )));
931933 list.push_back (CostedPath_t (8 , makePath (" saafad" )));
932934 list.push_back (CostedPath_t (9 , makePath (" safaad" )));
You can’t perform that action at this time.
0 commit comments