@@ -35,12 +35,12 @@ class OpenCryptoPaySettlement {
3535 final EthTokenWallet ? tokenWallet;
3636
3737 bool get shouldCommitTxId => shouldCommitTxIdFor (
38- method: commit.method,
39- submissionFlow: commit.submissionFlow,
40- cryptoCurrency: wallet.cryptoCurrency,
41- hasSparkInputs: txData.usedSparkCoins? .isNotEmpty == true ,
42- rawHexLength: txData.raw? .length ?? 0 ,
43- );
38+ method: commit.method,
39+ submissionFlow: commit.submissionFlow,
40+ cryptoCurrency: wallet.cryptoCurrency,
41+ hasSparkInputs: txData.usedSparkCoins? .isNotEmpty == true ,
42+ rawHexLength: txData.raw? .length ?? 0 ,
43+ );
4444
4545 static bool shouldCommitTxIdFor ({
4646 required String method,
@@ -220,12 +220,12 @@ class OpenCryptoPaySettlement {
220220 }
221221
222222 String ? _validateMinFee () => validateMinFee (
223- cryptoCurrency: wallet.cryptoCurrency,
224- minFee: commit.minFee,
225- gasPrice: txData.web3dartTransaction? .maxFeePerGas? .getInWei,
226- fee: txData.fee,
227- vSize: txData.vSize,
228- );
223+ cryptoCurrency: wallet.cryptoCurrency,
224+ minFee: commit.minFee,
225+ gasPrice: txData.web3dartTransaction? .maxFeePerGas? .getInWei,
226+ fee: txData.fee,
227+ vSize: txData.vSize,
228+ );
229229
230230 static String ? validateMinFee ({
231231 required CryptoCurrency cryptoCurrency,
0 commit comments