Skip to content

Commit 14aa343

Browse files
authored
Merge pull request OffchainLabs#3345 from OffchainLabs/use_hex
Print transaction info in hex format for fast confirm logs
2 parents 42684dc + d0cb88b commit 14aa343

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bold

staker/legacy/fast_confirm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,6 @@ func (f *FastConfirmSafe) checkApprovedHashAndExecTransaction(ctx context.Contex
243243
}
244244
return true, nil
245245
}
246-
log.Info("Not enough Safe tx approvals yet to fast confirm", "safeHash", common.BytesToHash(safeTxHash[:]), "approved", approvedHashCount, "threshold", f.threshold, "self", f.wallet.Address())
246+
log.Info("Not enough Safe tx approvals yet to fast confirm", "safeHash", common.BytesToHash(safeTxHash[:]).Hex(), "approved", approvedHashCount, "threshold", f.threshold, "self", f.wallet.Address())
247247
return false, nil
248248
}

0 commit comments

Comments
 (0)