solo1-cli
solo1-cli copied to clipboard
Fix ignoring output option in simple_secret
The make_credential function has an output argument, which is supposed to toggle whether the function should print the response or not. However this variable was overwritten inside the function, which is a bug.