Skip to content

Commit

Permalink
remove_extra_log
Browse files Browse the repository at this point in the history
  • Loading branch information
nshekhawat committed Oct 13, 2022
1 parent fc1a183 commit db0b467
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bond_issuance_py/bond_poc.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def mint_pt(mm_num, pt_val):
with open('./resources/contracts.json','r') as file_read:
data = json.load(file_read)
exchange_contract_address = data["exchange_contract_address"]
print("set pt :{}".format(exchange_contract_address))
exchange_bytecode, exchange_abi = compile_exchange()
exchange_contract = w3.eth.contract(address=exchange_contract_address, abi=exchange_abi)
construct_txn = exchange_contract.functions.mintAndTransferPT(pt_val, mm_addr[mm_num]).buildTransaction({
Expand Down

0 comments on commit db0b467

Please sign in to comment.