Skip to content

Commit

Permalink
v1.7 - transfer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberomanov committed Aug 3, 2023
1 parent 8b079e0 commit e586f79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/sui.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from pysui.sui.sui_clients.sync_client import SuiClient
from pysui.sui.sui_config import SuiConfig
from pysui.sui.sui_txn import SyncTransaction
from pysui.sui.sui_txresults import TxInspectionResult
from pysui.sui.sui_txresults.single_tx import SuiCoinObjects
from pysui.sui.sui_types import SuiString, SuiU64, ObjectID, SuiArray, SuiU8, SuiInteger
from pysui.sui.sui_types.address import SuiAddress
Expand Down Expand Up @@ -168,8 +167,6 @@ def init_transaction(sui_config: SuiConfig, merge_gas_budget: bool = False) -> S

def build_and_execute_tx(sui_config: SuiConfig, transaction: SyncTransaction,
gas_object: ObjectID = None) -> SuiTxResult:
# rpc_result = transaction.execute(gas_budget=SuiString(SUI_GAS_BUDGET))

build = transaction.inspect_all()
if build.error:
return SuiTxResult(
Expand Down

0 comments on commit e586f79

Please sign in to comment.