We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421a136 commit c59509bCopy full SHA for c59509b
src/commands/wallet/transact.ts
@@ -184,7 +184,7 @@ export async function signTransaction(
184
log('', 'info')
185
186
// Select the key to use
187
- const keyName = selectKey(options.key)
+ const keyName = selectKey(options.key, transaction)
188
log(`Using key: ${keyName}`, 'info')
189
190
// Get password if needed
@@ -249,7 +249,7 @@ export async function transactTransaction(
249
250
251
252
253
254
255
0 commit comments