Skip to content

Commit

Permalink
fix: MsgAggregateExchangeRatePrevote error (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
echel0n-HX authored Oct 4, 2023
1 parent f65eb67 commit c8321c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeder/src/vote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export async function processVote(
})

const res = await client.tx.broadcastBlock(tx).catch((err) => {
logger.error(`broadcast error: ${err.message} ${tx.toData()}`)
logger.error(`broadcast error: ${err.message} ${tx.toData(client.config.isClassic)}`)
throw err
})

Expand Down

0 comments on commit c8321c7

Please sign in to comment.