Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from peerchemist/master
Browse files Browse the repository at this point in the history
update to v0.8
  • Loading branch information
peerchemist committed Aug 18, 2019
2 parents 6edd854 + 11b91a3 commit d79b665
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 157 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -26,12 +26,12 @@ or
Spawn a new Client object with desired arguments:

> ppcnode = Client(testnet=True, username="username", password="password", ip=<ip>, port=<port>)
> node = Client(testnet=True, username="username", password="password", ip=<ip>, port=<port>)
Use it:

> ppcnode.getinfo()
> node.getblockchaininfo()
> ppcnode.getpeerinfo()
> node.getpeerinfo()
> ppcnode.getbalance()
> node.getbalance()

0 comments on commit d79b665

Please sign in to comment.