Compare commits
2 Commits
9b19a8415a
...
291ce5a356
Author | SHA1 | Date |
---|---|---|
|
291ce5a356 | |
|
6cb172c922 |
|
@ -422,6 +422,10 @@ class Conversion:
|
|||
if obj.User_preference !="MNF":
|
||||
tx_id, tx_gas_fee = UploadConversionData(OWNER_KEY, blockchain_obj.publicKey, UserId, str(Project),
|
||||
Data)
|
||||
if tx_id == False:
|
||||
obj.User_preference = "MNF"
|
||||
obj.save()
|
||||
else:
|
||||
|
||||
print("Tx id -> ", tx_id,tx_gas_fee)
|
||||
print(type(tx_id))
|
||||
|
|
Loading…
Reference in New Issue