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
davec: the meat of what you'll need is in txstore (http://godoc.org/github.com/conformal/btcwallet/txstore)
davec: in particular I think you'd want to call Records
davec: then range them, grouping by address on the "debits"
davec: well looks more like you just want the balance for each, so you'd use that instead of just debits
implement listreceivedbyaddress
The text was updated successfully, but these errors were encountered: