Make rescan a struct, add spending tx to GetUtxo, start integration.
This commit is contained in:
parent
8b734ce696
commit
32adc3c43f
9 changed files with 617 additions and 187 deletions
rpc/legacyrpc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue