log updates

This commit is contained in:
elizabeth 2023-07-13 17:00:16 -04:00
parent 84caba957b
commit b6f77cfb33

View file

@ -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)
}
log.Info("successfully broadcasted tx to sequencer; hash: %s", resp.Hash)
log.Info("successfully broadcasted tx to sequencer", "hash", resp.Hash)
return nil
}