You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix fetching of protocol paramters if they are not specified in config and if file is not present
Previously we would only fetch the file if JSON.decode returned a Left, however if the file is not present an IOError
will be thrown and the code to fetch the file through the CLI was never being executed
Change-type: patch
Signed-off-by: Giovanni Garufi <giovanni@mlabs.city>
0 commit comments