Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Feb 20, 2024
1 parent 23a75ed commit 15bf006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ export class TransactionComputer {
const processingFee = diff * modifiedGasPrice;

return feeForMove + processingFee;
}
}

computeBytesForSigning(transaction: ITransactionNext): Uint8Array {
const plainTransaction = this.toPlainObject(transaction);
Expand Down

0 comments on commit 15bf006

Please sign in to comment.