Skip to content
Snippets Groups Projects
Commit 947456f3 authored by Caner Candan's avatar Caner Candan
Browse files

* README.md: minor

parent 147e2fa9
No related branches found
No related tags found
No related merge requests found
...@@ -24,10 +24,8 @@ Thus you are ready to use it with your own python program. Here is an example il ...@@ -24,10 +24,8 @@ Thus you are ready to use it with your own python program. Here is an example il
```python ```python
In [1]: import ucoinpy In [1]: import ucoinpy
In [2]: ucoinpy.settings['server'] = 'mycurrency.candan.fr' In [2]: ucoinpy.ucg.Peering(server='mycurrency.candan.fr').get()
Out[2]:
In [3]: ucoinpy.ucg.Peering().get()
Out[3]:
{'contract': {'currentNumber': '5', {'contract': {'currentNumber': '5',
'hash': 'FB710AE30F843BF505ABF9DE8CF404B7F35D238A'}, 'hash': 'FB710AE30F843BF505ABF9DE8CF404B7F35D238A'},
'currency': 'mycurrency', 'currency': 'mycurrency',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment