stellar / js-stellar-sdk

Main Stellar client library for the JavaScript language.
https://stellar.github.io/js-stellar-sdk/
Apache License 2.0
615 stars 296 forks source link

fix(contract-client): allowHttp logic #952

Closed chadoh closed 2 months ago

chadoh commented 2 months ago

SentTransaction should only allowHttp if associated AssembledTransaction#options said to.

This also formats the file using our eslint config.