You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wallet RPC documentation allows for filtering of transfers by block height. The monerophp get_transfers method has the optional $min_height and $max_height parameters but they don't work unless the filter_by_height parameter is also set, which it isn't
The text was updated successfully, but these errors were encountered:
After some digging, it looks like if you don't explicitly set the $max_height parameter to something less than the max (4206931337), the filter_by_height parameter doesn't get set.
The wallet RPC documentation allows for filtering of transfers by block height. The monerophp
get_transfers
method has the optional$min_height
and$max_height
parameters but they don't work unless thefilter_by_height
parameter is also set, which it isn'tThe text was updated successfully, but these errors were encountered: