Make rescan a struct, add spending tx to GetUtxo, start integration.

This commit is contained in:
Alex 2017-05-15 21:20:44 -06:00 committed by Olaoluwa Osuntokun
parent 8b734ce696
commit 32adc3c43f
9 changed files with 617 additions and 187 deletions
rpc/legacyrpc

View file

@ -61,7 +61,7 @@ type Server struct {
httpServer http.Server
wallet *wallet.Wallet
walletLoader *wallet.Loader
chainClient *chain.RPCClient
chainClient chain.Interface
handlerLookup func(string) (requestHandler, bool)
handlerMu sync.Mutex