rename cartridge to cassette
This commit is contained in:
parent
cc32bc39e8
commit
8674816d27
9 changed files with 67 additions and 66 deletions
|
|
@ -169,11 +169,10 @@ function registerTrades (pi, txVector) {
|
|||
function logAction (rec, tx) {
|
||||
const action = {
|
||||
tx_id: tx.id,
|
||||
action: 'sendCoins',
|
||||
action: tx.sendCompleted ? 'sendCoins' : 'sendCoinsError',
|
||||
error: rec.error,
|
||||
error_code: rec.errorCode,
|
||||
tx_hash: rec.txHash,
|
||||
success: rec.sendConfirmed === true
|
||||
tx_hash: rec.txHash
|
||||
}
|
||||
|
||||
const sql = pgp.helpers.insert(action, null, 'cash_in_actions')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue