-
Notifications
You must be signed in to change notification settings - Fork 1
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
transaction request #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check ook nog even op un-used imports. Er zitten er links en rechts nog wel wat.
src/horizon_client.rs
Outdated
effects_for_liquidity_pools_response | ||
.clone() | ||
.unwrap() | ||
._embedded() | ||
.records()[0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Het ophalen van het eerste record zou ik 1 keer doen. En dan hergebruiken over alle onderliggende asserts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lijkt me handig om dit ook bij meerdere endpoints in een keer te doen bij dezelfde refactor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ik zie m toch liever nu al mee in deze pr, opdat we het niet vergeten.
No description provided.