Skip to content

Commit

Permalink
return raw logs
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Aug 21, 2023
1 parent d44c86f commit 294584c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ export class MultisigTransactionService {

if (
txDetail.Status === TransactionStatus.FAILED &&
txDetail.Logs === ''
txDetail.Logs === null
) {
txDetail.Logs = txDetail.RawLogs;
}
Expand Down

0 comments on commit 294584c

Please sign in to comment.