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
When the browserified version is compiled (for use in the playground) I get the following error when clicking the Convert from TXREF button:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.blockcypher.com/v1/btc/test3/blocks/1201739?txstart=2&limit=1. (Reason: CORS request did not succeed).
I can get around this by adding 'user-agent' to the unsafeHeaders array:
var unsafeHeaders = [ 'user-agent'
Having a look through the source I don't see this variable being defined so believe it is in one of the imported modules:
When the browserified version is compiled (for use in the playground) I get the following error when clicking the Convert from TXREF button:
I can get around this by adding
'user-agent'
to the unsafeHeaders array:Having a look through the source I don't see this variable being defined so believe it is in one of the imported modules:
The text was updated successfully, but these errors were encountered: