From 25772125cf2d5804fd894204797dad4fe3f82350 Mon Sep 17 00:00:00 2001 From: Kamen Stoykov Date: Fri, 10 May 2019 16:12:00 +0300 Subject: [PATCH] todo --- src/modules/Dapps/Dapps.reducer.js | 2 +- src/modules/Submit/Submit.reducer.js | 2 +- src/modules/TransactionStatus/TransactionStatus.recuder.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/Dapps/Dapps.reducer.js b/src/modules/Dapps/Dapps.reducer.js index 74c5676..83d39c2 100644 --- a/src/modules/Dapps/Dapps.reducer.js +++ b/src/modules/Dapps/Dapps.reducer.js @@ -17,7 +17,7 @@ const ON_ADD_NEW_DAPP = 'ON_ADD_NEW_DAPP' const RECENTLY_ADDED_SIZE = 50 const HIGHEST_RANKED_SIZE = 50 -//TODO: get here. You can completely delete the following function. It must be imported. +// TODO: You can completely delete the following function. It must be imported. const getDApps = () => { return new Promise((resolve, reject) => { setTimeout(() => { diff --git a/src/modules/Submit/Submit.reducer.js b/src/modules/Submit/Submit.reducer.js index 7131684..477d697 100644 --- a/src/modules/Submit/Submit.reducer.js +++ b/src/modules/Submit/Submit.reducer.js @@ -6,7 +6,7 @@ import { checkTransactionStatusAction, } from '../TransactionStatus/TransactionStatus.recuder' -// TODO: create here. You can completely delete the following function. It must be imported. +// TODO: You can completely delete the following function. It must be imported. const createDapp = async (snt, dapp) => { return { tx: '0x3513rewrsdfsdf', diff --git a/src/modules/TransactionStatus/TransactionStatus.recuder.js b/src/modules/TransactionStatus/TransactionStatus.recuder.js index 6349571..5576f53 100644 --- a/src/modules/TransactionStatus/TransactionStatus.recuder.js +++ b/src/modules/TransactionStatus/TransactionStatus.recuder.js @@ -11,7 +11,7 @@ const ON_START_PROGRESS = 'ON_START_PROGRESS' const ON_RECEIVE_TRANSACTION_TX = 'ON_RECEIVE_TRANSACTION_TX' const ON_CHANGE_TRANSACTION_STATUS_DATA = 'ON_CHANGE_TRANSACTION_STATUS_DATA' -// TODO: create here. You can completely delete the following two wfunction. They must be imported. +// TODO: You can completely delete the following two wfunction. They must be imported. const checkTransactionStatus = async tx => { return new Promise((resolve, reject) => { setTimeout(() => {