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
Two places left where TransactionDetails is being used:
get_tx should just return a Option<&Transaction> or potentially a TxNode from TxGraph.
as a return value from creating a transaction.
removing (1) is higher priority. You could even keep something like it for (2) so you can return the fee/feerate etc. Changing what gets returned here depends on what happens with transaction building.
Kill TransactionDetails, get details of txs via methods from Wallet instead. Ensure rich data we have from
bdk_chain
can be observed fromWallet
.The text was updated successfully, but these errors were encountered: