Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed Jan 4, 2024
1 parent c3fbfed commit 783a9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/transactions/withdraw_funds_20290927.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const craftTx = async () => {

const generalProfits = txb.moveCall({
target: `${config.packageId}::suins::withdraw`,
arguments: [adminCapObj, config.suins],
arguments: [adminCapObj, txb.object(config.suins)],
})

txb.transferObjects(
Expand Down

0 comments on commit 783a9ab

Please sign in to comment.