Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add WalletRead::transaction_data_requests as unimplemented #1394

Conversation

Oscar-Pepper
Copy link
Contributor

solves build error:

error[E0046]: not all trait items implemented, missing: transaction_data_requests
  --> zingolib/src/wallet/tx_map_and_maybe_trees/trait_walletread.rs:57:1
   |
57 | impl WalletRead for TxMapAndMaybeTrees {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing transaction_data_requests in implementation
   |
   = help: implement the missing item: fn transaction_data_requests(&self) -> Result<Vec<TransactionDataRequest>, <Self as WalletRead>::Error> { todo!() }

@idky137 idky137 merged commit b17fad0 into zingolabs:lrz_update Sep 17, 2024
4 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants