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
Through misunderstanding commit c04f28f removed the ability to specify a custom public key by changing the file assets/station_pubkey. re-adding this ability and adding a command line optarg to specify a pubkey file for the cli testing utility would be helpful
Use the assets.go API, namely the SetPubkey function or some wrapper of it.
Re-Enable pubkey overrides using assets/station_pubkey by undoing c04f28f
Add CLI optarg to cli/main.go
Document the process to use this.
The text was updated successfully, but these errors were encountered:
Through misunderstanding commit c04f28f removed the ability to specify a custom public key by changing the file
assets/station_pubkey
. re-adding this ability and adding a command line optarg to specify a pubkey file for the cli testing utility would be helpfulUse the
assets.go
API, namely theSetPubkey
function or some wrapper of it.assets/station_pubkey
by undoing c04f28fcli/main.go
The text was updated successfully, but these errors were encountered: