Skip to content

Commit 3533bcf

Browse files
author
Shinnng
committed
added the becg32 address formate to request
1 parent 853e0af commit 3533bcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client_sdk_python/providers/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def decode_rpc_response(self, response):
6565
def encode_rpc_request(self, method, params):
6666
rpc_dict = {
6767
"jsonrpc": "2.0",
68+
"bech32": True,
6869
"method": method,
6970
"params": params or [],
7071
"id": next(self.request_counter),

0 commit comments

Comments
 (0)