SiaFoundation / renterd

A renter for Sia
https://sia.tech/software/renterd
MIT License
68 stars 20 forks source link

Drop n == 0 checks in chain.go #1655

Closed ChrisSchinnerl closed 1 week ago

ChrisSchinnerl commented 2 weeks ago

Fixes an issue when resyncing a node on MySQL since MySQL will return n == 0 when a row wasn't updated. Which is expected when resyncing.