Responses from latest version of ARC weren't parsed properly because their returned content-type header is application/json; charset=UTF-8 and ts-sdk was only checking for === 'application/json'
This resulted in an incorrect return value for tx.broadcast() when using the default broadcaster:
Responses from latest version of ARC weren't parsed properly because their returned content-type header is
application/json; charset=UTF-8
and ts-sdk was only checking for=== 'application/json'
This resulted in an incorrect return value for
tx.broadcast()
when using the default broadcaster: