Skip to content

Contract API Compatibility

Matthew Sevey requested to merge contract-API-compat into master

The helper function parseRenterContracts returned nil if there were no contracts instead of empty slices. Added nil check before returning.

Merge request reports