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 e66d426 commit bcb182dCopy full SHA for bcb182d
framework/helper/contract.py
@@ -235,9 +235,9 @@ def invoke_ckb_contract(
235
tmp_tx_file,
236
)
237
# add dep
238
- tx_add_cell_dep(cell_dep["tx_hash"], cell_dep["index"], tmp_tx_file)
239
for cell_dep_tmp in cell_deps:
240
tx_add_cell_dep(cell_dep_tmp["tx_hash"], cell_dep_tmp["index"], tmp_tx_file)
+ tx_add_cell_dep(cell_dep["tx_hash"], cell_dep["index"], tmp_tx_file)
241
# sign
242
sign_data = tx_sign_inputs(account_private, tmp_tx_file, api_url)
243
tx_add_signature(
0 commit comments