1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-28 00:27:44 +02:00
This commit is contained in:
Tim Daubenschütz 2017-05-11 11:45:08 +02:00
parent f8381b760e
commit d6f6667552
4 changed files with 502 additions and 499 deletions

996
dist/bundle/bundle.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle/bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/bundle/bundle.min.js.map vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@ function makeOutput(condition) {
var amount = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
return {
amount: JSON.stringify(amount),
amount: amount,
condition: condition,
'public_keys': condition.details.hasOwnProperty('public_key') ? [condition.details.public_key] : []
};