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

plumb through dohash; fix client section #172

Merged
merged 1 commit into from Feb 21, 2020

Conversation

maxtaco
Copy link
Contributor

@maxtaco maxtaco commented Feb 21, 2020

  • we mistakenly had body.client, but it should be .client, to match what Go generats
  • the dohash field we plumb through affects how signtures are created, most useful for the sigchain forge
  • reattempt

- we mistakenly had body.client, but it should be .client, to match what Go generats
- the `dohash` field we plumb through affects how signtures are created, most useful for the sigchain forge
- reattempt
@@ -542,7 +542,7 @@ class Base

ret.high_skip = @high_skip if @high_skip?

ret.body.client = @client if @client?
ret.client = @client if @client?
Copy link
Contributor Author

Choose a reason for hiding this comment

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

do you think this horks anything?

Copy link
Contributor

Choose a reason for hiding this comment

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

not anything I can think of right now

@maxtaco maxtaco requested a review from zapu February 21, 2020 20:10
@maxtaco maxtaco merged commit b15c7d0 into master Feb 21, 2020
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.

None yet

2 participants