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 cd4d2bc commit 3a2910fCopy full SHA for 3a2910f
secret_sdk/client/lcd/api/tx.py
@@ -222,8 +222,8 @@ def decrypt_txs_response(self, txs_response) -> TxInfo:
222
223
txs_response = txs_response['tx_response']
224
raw_log = txs_response['raw_log']
225
- json_log = None
226
- array_log = None
+ json_log = []
+ array_log = []
227
events = txs_response['events']
228
229
code = txs_response['code']
0 commit comments