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

Commit

Permalink
Removes transactions as library in multisig
Browse files Browse the repository at this point in the history
  • Loading branch information
toschdev committed Jun 21, 2017
1 parent 7be319c commit 0163fd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/transactions/multisignature.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
var crypto = require('./crypto.js');
var constants = require('../constants.js');
var slots = require('../time/slots.js');
var transaction = require('./transaction.js');

/**
* @method createTransaction
Expand Down Expand Up @@ -62,8 +61,8 @@ function createTransaction (recipientId, amount, secret, secondSecret, requester

transaction.id = crypto.getId(transaction);
transaction.signatures = [];
return transaction;

return transaction;
}

/**
Expand Down

0 comments on commit 0163fd0

Please sign in to comment.