eclair
eclair copied to clipboard
Remove compatibility code for `waitingSince`
We used to store UNIX timestamps in the waitingSince
field before moving to block count. In order to ensure backward compatibility, we converted from timestamps to blockheight based on the value.
See https://github.com/ACINQ/eclair/pull/2041#issuecomment-954654115, it's almost time!