Skip to content

Commit

Permalink
fix error -> inso comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fart committed Dec 7, 2017
1 parent 7b4bc3e commit db13a5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion duniterpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Caner Candan & inso & vit'
__version__ = '0.42.2'
__version__ = '0.42.1'
__nonsense__ = 'duniter'

from . import api, documents, key
2 changes: 1 addition & 1 deletion duniterpy/api/bma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

__all__ = ['api']

PROTOCOL_VERSION = 10
PROTOCOL_VERSION = 2

import logging

Expand Down
4 changes: 2 additions & 2 deletions examples/create_and_publish_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# You can either use a complete defined endpoint : [NAME_OF_THE_API] [DOMAIN] [IPv4] [IPv6] [PORT]
# or the simple definition : [NAME_OF_THE_API] [DOMAIN] [PORT]
# Here we use the BASIC_MERKLED_API
BMA_ENDPOINT = "BASIC_MERKLED_API duniter.org 10901"
BMA_ENDPOINT = "BASIC_MERKLED_API g1.duniter.org 10901"

# Your unique identifier in the Web of Trust
UID = "MyIdentity"
Expand Down Expand Up @@ -43,7 +43,7 @@ def get_identity_document(current_block, uid, salt, password):

# create identity document
identity = Identity(
version=2,
version=10,
currency=current_block['currency'],
pubkey=key.pubkey,
uid=uid,
Expand Down

0 comments on commit db13a5b

Please sign in to comment.