Skip to content

Commit

Permalink
TW-1622 Remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 committed Dec 26, 2024
1 parent c88eed2 commit 316ddb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/temple/back/dryrun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { Estimate, TezosToolkit } from '@taquito/taquito';
import { formatOpParamsBeforeSend, michelEncoder, loadFastRpcClient } from 'lib/temple/helpers';
import { ReadOnlySigner } from 'lib/temple/read-only-signer';

const MINIMAL_FEE_MUTEZ = 100;

type DryRunParams = {
opParams: any[];
networkRpc: string;
Expand Down

0 comments on commit 316ddb9

Please sign in to comment.