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

feat: Use era-agnostic address strings #54

Merged
merged 1 commit into from
Jul 23, 2022
Merged

feat: Use era-agnostic address strings #54

merged 1 commit into from
Jul 23, 2022

Conversation

scarmuega
Copy link
Member

No description provided.

@scarmuega scarmuega marked this pull request as ready for review July 23, 2022 12:39
@@ -174,7 +174,7 @@ impl Worker {
let utxo_refs: Vec<_> = txs
.iter()
.flat_map(|tx| tx.inputs())
.filter_map(|input| input.output_ref())
.map(|input| input.output_ref())
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this some bug fix?

Copy link
Member Author

@scarmuega scarmuega Jul 23, 2022

Choose a reason for hiding this comment

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

It's to accommodate for a change upstream. The output_ref call now returns the value without a Option<> wrapper. This code has the same effect as before.

@scarmuega scarmuega merged commit d4ede65 into main Jul 23, 2022
@scarmuega scarmuega deleted the feat/addr-string branch July 23, 2022 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants