Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Adds nonce to ExternalRequest. Fixes #629. #640

Merged
merged 2 commits into from Aug 24, 2015
Merged

Adds nonce to ExternalRequest. Fixes #629. #640

merged 2 commits into from Aug 24, 2015

Conversation

ghost
Copy link

@ghost ghost commented Aug 24, 2015

Review on Reviewable

let _ = self.action_sender.send(Action::ClientSendContent(
location,
Content::ExternalRequest(ExternalRequest::Get(data_request))));
Content::ExternalRequest(

Choose a reason for hiding this comment

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

this will always give 1u8; you need to set get_counter

@benjaminbollen
Copy link

looks good to me

benjaminbollen pushed a commit that referenced this pull request Aug 24, 2015
Adds nonce to ExternalRequest. Fixes #629.
@benjaminbollen benjaminbollen merged commit da7067c into maidsafe:master Aug 24, 2015
@ghost ghost deleted the issue-629 branch August 24, 2015 13:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants