@shesek noticed while testing bdk with bwt for #88 that we are using listunspent instead of get_history. This may be unnecessary if we are also calling get_history and could cause utxo set to be out of sync with transactions. This issue is to explore why we're using listunspent and to change to use get_history to determine utxo set if that is determined to be a better approach.
@shesek noticed while testing
bdkwithbwtfor #88 that we are usinglistunspentinstead ofget_history. This may be unnecessary if we are also callingget_historyand could cause utxo set to be out of sync with transactions. This issue is to explore why we're usinglistunspentand to change to useget_historyto determine utxo set if that is determined to be a better approach.