OpenCHAMI / bss

MIT License
1 stars 2 forks source link

Fixed incorrect error returned from fetchPublicKey() #38

Closed davidallendj closed 2 months ago

davidallendj commented 3 months ago

The fetchPublicKey() function is currently returning an error although everything is working correctly. This will show up in the logs although the error itself is <nil>. This PR fixes the issue by having the function return <nil> instead of an error message.

synackd commented 3 months ago

I tested this and don't see the error message in the BSS logs when it can connect to OPAAL and do see it when it cannot.