Skip to content

Conversation

@mexskican
Copy link
Contributor

No description provided.

};
(tx, outcome)
let traces = match client.transaction_traces(transaction_id) {
Some(traces) => traces.into_iter().map(|trace| Trace::from(trace)).collect(),
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Some(traces) => traces.into_iter().map(|trace| Trace::from(trace)).collect(),
Some(traces) => traces.into_iter().map(Trace::from).collect(),

@mexskican mexskican merged commit 39fc9d8 into blockchain-interface Dec 3, 2019
@mexskican mexskican deleted the bv-CHRON-10472 branch December 3, 2019 00:11
mexskican added a commit that referenced this pull request Jan 13, 2020
* Add transaction traces to new block messages

* Remove unused code from RabbitMQ client
mexskican added a commit that referenced this pull request Jun 18, 2020
* Add transaction traces to new block messages

* Remove unused code from RabbitMQ client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants