Skip to content

Commit

Permalink
Added more information to reverted transaction log
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoares85 committed Nov 10, 2022
1 parent 0ab716e commit 1531ea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions federator/src/lib/FederatorERC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ export default class FederatorERC extends Federator {
transactionHash: voteTransactionParams.transactionHash,
logIndex: voteTransactionParams.logIndex,
error: receipt.error,
status: receipt.status,
receipt: { ...receipt },
},
}),
);
Expand Down

0 comments on commit 1531ea5

Please sign in to comment.