File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -245,12 +245,15 @@ export class Account extends Provider implements AccountInterface {
245245 invocations : Invocations ,
246246 details : UniversalDetails = { }
247247 ) : Promise < EstimateFeeBulk > {
248- const { nonce, blockIdentifier } = details ;
248+ const { nonce, blockIdentifier, version } = details ;
249249 const accountInvocations = await this . accountInvocationsFactory ( invocations , {
250250 ...v3Details ( details ) ,
251251 versions : [
252252 ETransactionVersion . F1 , // non-sierra
253- this . getPreferredVersion ( ETransactionVersion . F2 , ETransactionVersion . F3 ) , // sierra
253+ toTransactionVersion (
254+ this . getPreferredVersion ( ETransactionVersion . F2 , ETransactionVersion . F3 ) ,
255+ version
256+ ) , // sierra
254257 ] ,
255258 nonce,
256259 blockIdentifier,
You can’t perform that action at this time.
0 commit comments