Skip to content

Commit c8321c7

Browse files
authored
fix: MsgAggregateExchangeRatePrevote error (#33)
1 parent f65eb67 commit c8321c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feeder/src/vote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export async function processVote(
209209
})
210210

211211
const res = await client.tx.broadcastBlock(tx).catch((err) => {
212-
logger.error(`broadcast error: ${err.message} ${tx.toData()}`)
212+
logger.error(`broadcast error: ${err.message} ${tx.toData(client.config.isClassic)}`)
213213
throw err
214214
})
215215

0 commit comments

Comments
 (0)