forked from tornadocash/tornado-cli
Remove logging
This commit is contained in:
parent
75bb730713
commit
620d46580b
12
dist/cli.js
vendored
12
dist/cli.js
vendored
@ -187109,18 +187109,6 @@ Connected with Tovarish Relayer ${(_a = tovarishClient.selectedRelayer) == null
|
|||||||
relayerFeePercent: tornadoServiceFee,
|
relayerFeePercent: tornadoServiceFee,
|
||||||
isEth
|
isEth
|
||||||
});
|
});
|
||||||
console.log({
|
|
||||||
gasPrice,
|
|
||||||
gasLimit,
|
|
||||||
l1Fee,
|
|
||||||
denomination,
|
|
||||||
ethRefund: refund2,
|
|
||||||
tokenPriceInWei,
|
|
||||||
tokenDecimals: decimals,
|
|
||||||
relayerFeePercent: tornadoServiceFee,
|
|
||||||
isEth,
|
|
||||||
fee: fee2
|
|
||||||
});
|
|
||||||
relayer2 = rewardAccount;
|
relayer2 = rewardAccount;
|
||||||
if (fee2 > denomination) {
|
if (fee2 > denomination) {
|
||||||
const errMsg = `Relayer fee ${formatUnits(fee2, decimals)} ${currency.toUpperCase()} exceeds the deposit amount ${amount} ${currency.toUpperCase()}.`;
|
const errMsg = `Relayer fee ${formatUnits(fee2, decimals)} ${currency.toUpperCase()} exceeds the deposit amount ${amount} ${currency.toUpperCase()}.`;
|
||||||
|
@ -1155,19 +1155,6 @@ export function tornadoProgram() {
|
|||||||
isEth,
|
isEth,
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log({
|
|
||||||
gasPrice,
|
|
||||||
gasLimit,
|
|
||||||
l1Fee,
|
|
||||||
denomination,
|
|
||||||
ethRefund: refund,
|
|
||||||
tokenPriceInWei,
|
|
||||||
tokenDecimals: decimals,
|
|
||||||
relayerFeePercent: tornadoServiceFee,
|
|
||||||
isEth,
|
|
||||||
fee,
|
|
||||||
});
|
|
||||||
|
|
||||||
relayer = rewardAccount as string;
|
relayer = rewardAccount as string;
|
||||||
|
|
||||||
if (fee > denomination) {
|
if (fee > denomination) {
|
||||||
|
Loading…
Reference in New Issue
Block a user