diff --git a/src/alt-model/send/send_form_composer.ts b/src/alt-model/send/send_form_composer.ts index d7219876..cc96113c 100644 --- a/src/alt-model/send/send_form_composer.ts +++ b/src/alt-model/send/send_form_composer.ts @@ -74,7 +74,7 @@ export class SendComposer { targetAmount.toAssetValue(), feeAmount.toAssetValue(), recipient.userId, - true, // recipientAccountRequired: (transfering to an account that is registered) + true, // recipientAccountRequired: (transferring to an account that is registered) ); } else { controller = sdk.createWithdrawController( diff --git a/src/alt-model/shield/shielding_gas_estimate_hooks.ts b/src/alt-model/shield/shielding_gas_estimate_hooks.ts index d8162cf1..a883054d 100644 --- a/src/alt-model/shield/shielding_gas_estimate_hooks.ts +++ b/src/alt-model/shield/shielding_gas_estimate_hooks.ts @@ -20,7 +20,7 @@ async function getDepositFundsGasEstimate(contract: Contract, fromAddressStr: st // in the fallback values. return 70000n; - // // A non-zero value indicates some token is has to be transfered + // // A non-zero value indicates some token is has to be transferred // const ethValue = assetId === 0 ? 1n : 0n; // const tokenValue = assetId === 0 ? 0n : 1n; // const proofHash = TxId.random().toString();