Skip to content

Commit e06bf98

Browse files
author
shinnng
committed
add the need_quota_gas switch
1 parent e484088 commit e06bf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_sdk_python/middleware/geth_poa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
})
1919

2020
pythonic_geth_poa = apply_formatters_to_dict({
21-
'platon_keys': HexBytes,
21+
'proofOfAuthorityData': HexBytes,
2222
})
2323

2424
geth_poa_cleanup = compose(pythonic_geth_poa, remap_geth_poa_fields)

0 commit comments

Comments
 (0)