Skip to content

Commit

Permalink
fix: improve logging in the initializeVPDelegationTx method of Voting…
Browse files Browse the repository at this point in the history
…Store

Co-authored-by: Przemysław Włodek <[email protected]>
  • Loading branch information
szymonmaslowski and przemyslaw-wlodek authored Dec 11, 2024
1 parent 9217562 commit f976c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/app/stores/VotingStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export default class VotingStore extends Store {
};
} catch (error) {
logger.error(
'VotingStore: error while initializing VP delegation TX with HW',
'VotingStore: error while initializing VP delegation TX',
{
error,
}
Expand Down

0 comments on commit f976c42

Please sign in to comment.