bat-go
bat-go copied to clipboard
validate logic should be re-enabled in authorize payments CLI command
https://github.com/brave-intl/bat-go/pull/1691#discussion_r1494204972
https://github.com/brave-intl/bat-go/blob/master/tools/payments/cmd/validate/main.go#L87-L93 is being removed in the nitro-payments-dev branch which is what performs the nitro attestation validation to confirm we're running in the nitro enclave properly via the CLI.
If we remove this call in the nitro-payments-dev branch then we need to re-add it back in.
Looks like this is just called from the git go when a new payments CLI client is created which is used in every command. This can be closed.