Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Standardise spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Beddows committed Nov 22, 2017
1 parent 20f3688 commit 3d6202e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/functional/http/post/1.X.unconfirmed/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ var sendTransactionPromise = require('../../../../common/apiHelpers').sendTransa
var waitForConfirmations = require('../../../../common/apiHelpers').waitForConfirmations;

function beforeUnconfirmedPhase (account) {

before(function () {
var transaction = node.lisk.transaction.createTransaction(account.address, 1000 * node.normalizer, node.gAccount.password);

Expand All @@ -31,7 +30,6 @@ function beforeUnconfirmedPhase (account) {
};

function beforeUnconfirmedPhaseWithDapp (account) {

before(function () {
var transaction = node.lisk.transaction.createTransaction(account.address, 1000 * node.normalizer, node.gAccount.password);

Expand Down Expand Up @@ -67,7 +65,6 @@ function beforeUnconfirmedPhaseWithDapp (account) {
});
};


module.exports = {
beforeUnconfirmedPhase: beforeUnconfirmedPhase,
beforeUnconfirmedPhaseWithDapp: beforeUnconfirmedPhaseWithDapp
Expand Down

0 comments on commit 3d6202e

Please sign in to comment.