Skip to content

Commit

Permalink
Remove instapay (#2372)
Browse files Browse the repository at this point in the history
* dep

* txparsing

* main

* rmviews

* setPaymentChannelTransaction

* SET_ENABLE_PAYMENT_CHANNELS

* PaymentChannelDeposit

* confirm

* accountselect

* drawer

* ethinput

* navbar

* txeditor

* decodeutils

* amount

* settings

* constant

* sendto

* experimentalsettings

* const

* images

* lint
  • Loading branch information
estebanmino committed Apr 5, 2021
1 parent 6e6cd35 commit 95b8b4e
Show file tree
Hide file tree
Showing 48 changed files with 123 additions and 4,432 deletions.
7 changes: 0 additions & 7 deletions app/actions/settings/index.js
Expand Up @@ -26,13 +26,6 @@ export function setPrimaryCurrency(primaryCurrency) {
};
}

export function setEnablePaymentChannels(paymentChannelsEnabled) {
return {
type: 'SET_ENABLE_PAYMENT_CHANNELS',
paymentChannelsEnabled
};
}

export function setUseBlockieIcon(useBlockieIcon) {
return {
type: 'SET_USE_BLOCKIE_ICON',
Expand Down
12 changes: 0 additions & 12 deletions app/actions/transaction/index.js
Expand Up @@ -101,18 +101,6 @@ export function prepareFullTransaction({
};
}

/**
* Sets any attribute in transaction object
*
* @param {object} transaction - New transaction object
*/
export function setPaymentChannelTransaction(asset) {
return {
type: 'SET_PAYMENT_CHANNEL_TRANSACTION',
asset
};
}

/**
* Sets any attribute in transaction object
*
Expand Down

0 comments on commit 95b8b4e

Please sign in to comment.