This release fixes the bug when calling the BuildAndSendDeclareTxn
, BuildAndSendInvokeTxn
, and BuildAndEstimateDeployAccountTxn
methods with the withQueryBitVersion
parameter set to true.
The txn with the queryBit version was also being sent to the node instead of being only used when estimating the fees, which is incorrect.
This has been fixed.
What's Changed
- Thiagodeev/fix sending querybit txn by @thiagodeev in #733
Full Changelog: v0.11.0...v0.11.1