From 15bf006373e996c684fac3a04136d05b3c3d3ee7 Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Tue, 20 Feb 2024 13:55:23 +0200 Subject: [PATCH] fix indentation --- src/transaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.ts b/src/transaction.ts index 7b552cac..39303730 100644 --- a/src/transaction.ts +++ b/src/transaction.ts @@ -609,7 +609,7 @@ export class TransactionComputer { const processingFee = diff * modifiedGasPrice; return feeForMove + processingFee; -} + } computeBytesForSigning(transaction: ITransactionNext): Uint8Array { const plainTransaction = this.toPlainObject(transaction);