Skip to content

Commit e60c1be

Browse files
author
Xiao Li
committed
fix GetAccountStateResp for new testnet release
1 parent 94510b5 commit e60c1be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run(self):
7676
setup(
7777
name="pylibra-beta",
7878
# change to 0.1.YYYYMMDDNN on release
79-
version="0.5.2020091001",
79+
version="0.5.2020091601",
8080
description="",
8181
python_requires=">=3.7",
8282
packages=find_packages("src"),

python/src/pylibra/_jsonrpc_transport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class ServerError:
3737

3838
@dataclasses.dataclass
3939
class GetAccountStateResp:
40+
address: str
4041
sequence_number: int
4142
authentication_key: str
4243
delegated_key_rotation_capability: bool

0 commit comments

Comments
 (0)