Skip to content

Commit 0e69f21

Browse files
very minor
1 parent 55ac746 commit 0e69f21

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

AI_research/call_play.py

Whitespace-only changes.

src/flare_ai_defai/blockchain/kinetic_market.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def swapFLRtoSFLR(self, user: UserInfo, amount: float):
234234

235235
# Create submit transaction with value
236236
tx1 = self.flare_provider.create_contract_function_tx(user,
237-
contract, "submit", 0, value=amount_wei, gas=gas_limit
237+
contract, "submit", 0, value=amount_wei#, gas=gas_limit
238238
)
239239

240240
return [tx1]

0 commit comments

Comments
 (0)