Skip to content

Commit 916683d

Browse files
small bug fix
1 parent 27fe207 commit 916683d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/flare_ai_defai/blockchain/kinetic_market.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ def supplySFLR(self, user:UserInfo, amount: float):
187187
)
188188

189189
# Add to queue and send
190-
self.flare_provider.add_tx_to_queue("Minting kSFLR", [tx])
191-
tx_hashes = self.flare_provider.send_tx_in_queue(user)
190+
#self.flare_provider.add_tx_to_queue("Minting kSFLR", [tx])
191+
#tx_hashes = self.flare_provider.send_tx_in_queue(user)
192192

193-
return tx_hashes
193+
return tx
194194

195195
def supplySFLRwithFLR(self,user:UserInfo, amount: float):
196196
#tx_submit_approve = self.swapFLRtoSFLR(amount, "0x291487beC339c2fE5D83DD45F0a15EFC9Ac45656")

0 commit comments

Comments
 (0)