|
|
|
@ -22,7 +22,6 @@ import { |
|
|
|
|
TRANSACTION_STATUSES, |
|
|
|
|
} from '../../../../shared/constants/transaction'; |
|
|
|
|
import { getTransactionTypeTitle } from '../../helpers/utils/transactions.util'; |
|
|
|
|
import ErrorMessage from '../../components/ui/error-message'; |
|
|
|
|
import { toBuffer } from '../../../../shared/modules/buffer-utils'; |
|
|
|
|
|
|
|
|
|
export default class ConfirmTransactionBase extends Component { |
|
|
|
|