Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2207 committed Aug 13, 2024
1 parent cfb109d commit 6dfd56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/LibProcessStream.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ library LibProcessStream {
}

/// Log the processed route data.
function logRoute(RouteProcessor4Route[] memory routeData) internal pure {
function logRoute(RouteProcessor4Route[] memory routeData) internal view {
if(routeData.length > 0){
for(uint256 i = 0 ; i < routeData.length; i++){
console2.log("----------------------Processed Route----------------------");
Expand Down

0 comments on commit 6dfd56e

Please sign in to comment.