cairo
cairo copied to clipboard
fix: Fix potential issue with variable usage in script
I noticed a issue in the script where variables $FULLNODE_URL and $N_BLOCKS were being used without quotes.
This can potentially cause issues, especially if the values contain spaces or special characters.
I’ve fixed this by adding quotes around the variables to ensure they are correctly interpreted by Bash.