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
I am running btcd 0.12-beta and i was trying to look up transactions involving a specific address using the rpcclient function SearchRawTransactionsVerbose with the following signature: SearchRawTransactionsVerbose(address,0,math.MaxInt64,true,false,filteraddrs)
I'm fairly certain that the MaxInt64 is the cause of this, but my issue is that it caused the daemon to stop running and i had to restart it, which is not good here.
I hope the bug report helps, let me know if any information is required.
The text was updated successfully, but these errors were encountered:
Hi there,
I am running
btcd 0.12-beta
and i was trying to look up transactions involving a specific address using the rpcclient functionSearchRawTransactionsVerbose
with the following signature:SearchRawTransactionsVerbose(address,0,math.MaxInt64,true,false,filteraddrs)
I'm fairly certain that the MaxInt64 is the cause of this, but my issue is that it caused the daemon to stop running and i had to restart it, which is not good here.
I hope the bug report helps, let me know if any information is required.
The text was updated successfully, but these errors were encountered: