We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e484088 commit e06bf98Copy full SHA for e06bf98
client_sdk_python/middleware/geth_poa.py
@@ -18,7 +18,7 @@
18
})
19
20
pythonic_geth_poa = apply_formatters_to_dict({
21
- 'platon_keys': HexBytes,
+ 'proofOfAuthorityData': HexBytes,
22
23
24
geth_poa_cleanup = compose(pythonic_geth_poa, remap_geth_poa_fields)
0 commit comments