You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation uses estimateFee which is deprecated in favor of estimateTransaction. Switching to latter would provide better fee estimates for send-many transactions.
The current implementation uses
estimateFee
which is deprecated in favor ofestimateTransaction
. Switching to latter would provide better fee estimates for send-many transactions.(see https://github.com/hirosystems/stacks.js/blob/fe831cf28d71de9410c81cfabe256fd511e9aa4d/packages/transactions/src/builders.ts#L176)
The text was updated successfully, but these errors were encountered: