casper-network / casper-python-sdk

Python library for interacting with a CSPR node
Apache License 2.0
14 stars 19 forks source link

Fix a method typo #11

Closed highwindever closed 2 years ago

highwindever commented 2 years ago

The method name is defined as https://github.com/casper-network/casper-python-sdk/blob/956c85cce5e2ffd0782929d879b3ca460761097e/pycspr/api/get_account_info.py#L27

So fix the typo where it is called.

asladeofgreen commented 2 years ago

This was resolved in a previous commit ... but thank you for highlighting it.