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

Fix WalletClient::get_transfers with Out=true in Category Selector #127

Merged
merged 3 commits into from
May 30, 2024

Conversation

bytenotbark
Copy link
Contributor

Currently calling get_transfers fails with Out=true in the category_selector:
called Result::unwrap() on an Err value: missing field suggested_confirmations_threshold

This change makes GotTransfer::suggested_confirmations_threshold: Option<u64>, instead of just u64, fixing the issue

bytenotbark and others added 3 commits January 31, 2024 08:58
Convert GotTransfer::suggested_confirmations_threshold to Option<u64> from u64 to enable Wallet.gettransfers(...) with Out: true in the Category Selector
@h4sh3d h4sh3d merged commit 519878d into monero-rs:main May 30, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants