Skip to content

Commit 9f00435

Browse files
authored
fix ton send from vesting contract (#108)
* fix ton send from vesting contract * nit
1 parent 08e27f5 commit 9f00435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/ton.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ export class TonService extends Service {
106106
}
107107

108108
/**
109-
* Craft TON send from a vesting contract tx
109+
* Craft TON stake from a vesting contract tx
110110
* @param accountId id of the kiln account to use for the stake transaction
111111
* @param walletAddress sender of the transaction
112112
* @param vestingContractAddress vesting contract address
113113
* @param destinationAddress the destination to which the TON will be sent to
114114
* @param amountTon the amount of TON to send
115115
*/
116-
async craftSendFromVestingContractTx(
116+
async craftStakeFromVestingContractTx(
117117
accountId: string,
118118
walletAddress: string,
119119
vestingContractAddress: string,

0 commit comments

Comments
 (0)