1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2025-02-14 21:10:32 +01:00

ESLint fixes

This commit is contained in:
michielmulders 2017-11-02 23:16:35 +01:00
parent 42de727882
commit 3b509b5a48

View File

@ -49,7 +49,7 @@ export default class Transaction {
'asset': null, 'asset': null,
'version': '1.0', 'version': '1.0',
} }
return this.txTemplate return txTemplate
} }
makeTransaction(operation, asset, metadata = null, outputs = [], inputs = []) { makeTransaction(operation, asset, metadata = null, outputs = [], inputs = []) {