Compare commits
No commits in common. "291ce5a356b34d87f0f0412306b5676e1ae89a77" and "9b19a8415abb92e34c59967376ad16714c28959f" have entirely different histories.
291ce5a356
...
9b19a8415a
|
@ -422,10 +422,6 @@ class Conversion:
|
||||||
if obj.User_preference !="MNF":
|
if obj.User_preference !="MNF":
|
||||||
tx_id, tx_gas_fee = UploadConversionData(OWNER_KEY, blockchain_obj.publicKey, UserId, str(Project),
|
tx_id, tx_gas_fee = UploadConversionData(OWNER_KEY, blockchain_obj.publicKey, UserId, str(Project),
|
||||||
Data)
|
Data)
|
||||||
if tx_id == False:
|
|
||||||
obj.User_preference = "MNF"
|
|
||||||
obj.save()
|
|
||||||
else:
|
|
||||||
|
|
||||||
print("Tx id -> ", tx_id,tx_gas_fee)
|
print("Tx id -> ", tx_id,tx_gas_fee)
|
||||||
print(type(tx_id))
|
print(type(tx_id))
|
||||||
|
|
Loading…
Reference in New Issue