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

During decode process, instead of AgentRemoteId, AgentCircuitId is updated. #65

Closed
varshneyabhi opened this issue Nov 3, 2023 · 3 comments

Comments

@varshneyabhi
Copy link
Contributor

varshneyabhi commented Nov 3, 2023

Instead of AgentRemoteId, AgentCircuitId is updated, during decode process. The link to issue in code is:

AgentCircuitId(data)

It should be

          RelayCode::AgentRemoteId => {
                let len = d.read_u8()? as usize;
                let data = d.read_slice(len)?.to_vec();
                AgentRemoteId(data)
          }
@varshneyabhi varshneyabhi changed the title Instead of AgentRemoteId, AgentCircuitId is updated, during decode process. During decode process, instead of AgentRemoteId, AgentCircuitId is updated. Nov 3, 2023
@varshneyabhi
Copy link
Contributor Author

MR is raised here: #66

@leshow
Copy link
Collaborator

leshow commented Nov 3, 2023

Thank you!

@leshow
Copy link
Collaborator

leshow commented Nov 6, 2023

closed in #66

@leshow leshow closed this as completed Nov 6, 2023
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

No branches or pull requests

2 participants