clean up package.json
This commit is contained in:
parent
e1ccbae70a
commit
8b0159d099
3 changed files with 8 additions and 28 deletions
|
|
@ -5,7 +5,7 @@
|
|||
var BigNumber = require('bignumber.js')
|
||||
var pg = require('pg')
|
||||
var async = require('async')
|
||||
var _ = require('lodash')
|
||||
var R = require('ramda')
|
||||
|
||||
var logger = require('./logger')
|
||||
|
||||
|
|
@ -375,7 +375,7 @@ exports.sentCoins = function sentCoins (session, tx, authority, toSend, fee,
|
|||
connect(function (cerr, client, done) {
|
||||
if (cerr) return logger.error(cerr)
|
||||
|
||||
var newTx = _.clone(tx)
|
||||
var newTx = R.clone(tx)
|
||||
newTx.txHash = txHash
|
||||
newTx.error = error
|
||||
insertOutgoing(client, session, newTx, toSend.cryptoAtoms, toSend.fiat,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue