This commit is contained in:
Kamen Stoykov 2019-05-10 16:12:00 +03:00
parent 45c685cc03
commit 25772125cf
3 changed files with 3 additions and 3 deletions

View File

@ -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(() => {

View File

@ -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',

View File

@ -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(() => {