cosmos / cosmjs

The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
https://cosmos.github.io/cosmjs/
Apache License 2.0
636 stars 324 forks source link

🐛 Fix inconsistent gas multiplier value between `signAndBroadcast` and `signAndBroadcastSync` methods #1584

Closed AlexanderFSP closed 2 weeks ago

AlexanderFSP commented 2 months ago

Synchronizes the gas multiplier value between the #signAndBroadcast and #signAndBroadcastSync methods so that it is equal to 1.4 everywhere.