diff --git a/rollup/transaction_ingestion.go b/rollup/transaction_ingestion.go index 0d0585ab3975..9607183bb2a2 100644 --- a/rollup/transaction_ingestion.go +++ b/rollup/transaction_ingestion.go @@ -115,7 +115,7 @@ func (t *TxIngestion) loop() { panic("Transaction ingestion requires a private key") } - hex := hexutil.Encode(crypto.FromECDSAPub(&t.key.PublicKey)) + hex := hexutil.Encode(crypto.CompressPubkey(&t.key.PublicKey)) address := crypto.PubkeyToAddress(t.key.PublicKey) log.Info("Starting transaction ingestion", "key", hex, "address", address.Hex())