go-header icon indicating copy to clipboard operation
go-header copied to clipboard

p2p: Change signature of session.getRangeByHeight to use `to` instead of `amount`

Open renaynay opened this issue 2 years ago • 1 comments
trafficstars

We have a discrepancy between the exported method GetRangeByHeight on the exchange and the private one on the session where the private one expects an amount instead of a to value.

We should change getRangeByHeight to take to instead.

renaynay avatar Oct 12 '23 09:10 renaynay

Can I work on this issue @renaynay? I'll write up a quick PR, if no one else is working on this issue :D

AryanGodara avatar Mar 03 '24 16:03 AryanGodara