Optimize imports

This commit is contained in:
AlphaX-Projects
2023-11-05 14:30:07 +01:00
parent c12f7859b5
commit 0186fe2814
237 changed files with 2159 additions and 2178 deletions

View File

@@ -1,6 +1,6 @@
'use strict'
import TransactionBase from './TransactionBase.js'
import { QORT_DECIMALS } from '../constants.js'
import {QORT_DECIMALS} from '../constants.js'
export default class PaymentTransaction extends TransactionBase {
constructor() {