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
655 stars 344 forks source link

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

Closed AlexanderFSP closed 5 months ago

AlexanderFSP commented 7 months ago

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