danwent / Perspectives-Server

network notary implementation for the Perspectives project
http://perspectives-project.org
GNU General Public License v3.0
50 stars 13 forks source link

Bug fixed in simple_client.py #1

Closed solarkennedy closed 13 years ago

solarkennedy commented 13 years ago

Hello! I am very new to git, so this is my baby-step. I hope to contribute more once I feel more comfortable with how it all works.

I was running through the README and got to this step to test the notary: python utilities/simple_client.py www.google.com:443,2 localhost 8080 notary.pub

And noticed that the simple_client was not providing the service id to the function that verifies the signature. Check out my "Files Changed" and you can see that simple added it.

Kyle