Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBenc committed Jun 16, 2021
1 parent ef0eed3 commit db0761d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions app/tests/src/transaction-planner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import assert from 'assert'
import {selectMinimalTxPlan} from '../../frontend/wallet/shelley/transaction'
import {AssetFamily, TxType} from '../..//frontend/types'
import {UnexpectedErrorReason} from '../../frontend/errors'
// import range from '../../frontend/wallet/helpers/range'
// import {MAX_OUTPUT_TOKENS} from '../../frontend/wallet/shelley/transaction/constants'

const tokens = {
token1: {
policyId: 'ca37dd6b151b6a1d023ecbd22d7e881d814b0c58a3a3148b42b865a0',
Expand Down Expand Up @@ -102,12 +99,6 @@ const successPlanFixtures = {
utxos: [utxos.utxo2],
fee: 167819,
},
// 'create tx plan with multiple change outputs': {
// args: sendAdaAmountArgs(1832181),
// changeAddress,
// utxos: [utxos.utxoWithTokens2],
// fee: 167819,
// },
}

describe('Succesful transaction plans', () => {
Expand Down
1 change: 0 additions & 1 deletion app/tests/src/wallet/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ describe('Tx plan', () => {
it(`should create the right tx plan for tx with ${name}`, async () => {
const account = await accounts.ShelleyAccount0
const txPlanResult = await account.getTxPlan({...setting.args})
// console.log(JSON.stringify(txPlanResult))
assert.deepEqual(txPlanResult, setting.txPlanResult)
})
)
Expand Down

0 comments on commit db0761d

Please sign in to comment.