diff --git a/stellar/its-example.js b/stellar/its-example.js index 58f20afd..f779dbb8 100644 --- a/stellar/its-example.js +++ b/stellar/its-example.js @@ -82,7 +82,6 @@ async function execute(wallet, _, chain, contractConfig, args, options) { } async function mainProcessor(processor, args, options) { - const { yes } = options; const config = loadConfig(options.env); const chain = getChainConfig(config, options.chainName); const wallet = await getWallet(chain, options);