1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 09:46:58 +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,
'version': '1.0',
}
return this.txTemplate
return txTemplate
}
makeTransaction(operation, asset, metadata = null, outputs = [], inputs = []) {