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 destinations field to GotTransfer, Fix WalletClient::get_transfers() where Out=true #128

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

bytenotbark
Copy link
Contributor

  • added struct Destination
    this was not present despite wallet RPC server
    sending the destinations
  • added GotTransfer::destinations: Option<Vec<Destination>>
  • changed GotTransfer::suggested_confirmations_threshold: Option<u64>
    this allows Out=true in the category_selector to not panic

bytenotbark and others added 5 commits January 31, 2024 09:56
Fix `WalletClient::get_transfers()` where `Out=true`

added `struct Destination`
    this was not present despite wallet RPC server
    sending the destinations
added `GotTransfer::destinations: Option<Vec<Destination>>`
changed `GotTransfer::suggested_confirmations_threshold: Option<u64>`
    this allows `Out=true` in the `category_selector`
Copy link
Member

@h4sh3d h4sh3d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just update fmt

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