Skip to content

Commit

Permalink
fix signers
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoAD committed Nov 8, 2022
1 parent cb42fde commit 9b85319
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ export const wrapCommand = (command) => {
if (this.flags.execute) {
await prompt('Continue?')
logger.loading(`Executing action...`)
const txhash = await this.sendTxWithIDL(this.signAndSendRawTx, this.program.idl)(rawTxs, [], {
const txhash = await this.sendTxWithIDL(this.signAndSendRawTx, this.program.idl)(rawTxs, null, {
price: Number(this.flags.computePrice),
units: Number(this.flags.computeUnits),
})
Expand Down

0 comments on commit 9b85319

Please sign in to comment.