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.
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.goAPI, namely theSetPubkeyfunction or some wrapper of it.assets/station_pubkeyby undoing c04f28fcli/main.go