mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
log updates
This commit is contained in:
parent
84caba957b
commit
b6f77cfb33
1 changed files with 1 additions and 1 deletions
|
|
@ -51,6 +51,6 @@ func sendTransactionToSequencer(ctx context.Context, txBytes []byte) error {
|
||||||
return fmt.Errorf("failed to broadcast tx (error code %d): %s", resp.Code, resp.Log)
|
return fmt.Errorf("failed to broadcast tx (error code %d): %s", resp.Code, resp.Log)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Info("successfully broadcasted tx to sequencer; hash: %s", resp.Hash)
|
log.Info("successfully broadcasted tx to sequencer", "hash", resp.Hash)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue