Skip to content

log contract ID on contract formation

Christopher Schinnerl requested to merge mtlynch:contract-id into master

Created by: mtlynch

On renewal attempts, Sia logs the ID of the contract associated with the log message, but it does not log it when the contract is formed. Logging the contract helps debug issues related to contracts, so adding the contract ID to the log output.

Merge request reports