papacarp / pooltool.io

A public repo to keep track of issues and feature requests in pooltool
76 stars 75 forks source link

New regular expression to deal with a new quote related error in json… #166

Closed bobdobs closed 2 years ago

bobdobs commented 2 years ago

… output from cardano-node v1.35.3

LINE=$(echo "$line" | sed "s/\"newtip\":\"\"/\"newtip\":\"/g") ^I suppose you could leave the old line in there to make it backwards compatible.