Skip to content

Bug fix for divide by zero error v1.3.4

Matthew Sevey requested to merge divid-by-zero-fix into master

reinisp found a bug with the latest 1.3.4 RC were there is a panic: divide by zero when the contracts were trying to be renewed. It was caused by the host.UploadBandwidthPrice being zero, so I added a check.

Edited by Matthew Sevey

Merge request reports