Skip to content

Commit b09f870

Browse files
committed
Add keyId field for gas estimation with access keys
1 parent c143387 commit b09f870

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tempo/Formatters.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ export function formatTransactionRequest(
131131
...(keyType ? { keyType } : {}),
132132
...(keyData ? { keyData } : {}),
133133
...(keyId ? { keyId } : {}),
134-
...(request.keyAuthorization
135-
? { keyAuthorization: request.keyAuthorization }
136-
: {}),
137134
...(request.feePayer
138135
? {
139136
feePayer:

0 commit comments

Comments
 (0)