mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 09:46:58 +01:00
Rebuild
This commit is contained in:
parent
f8381b760e
commit
d6f6667552
4
dist/bundle/bundle.js
vendored
4
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
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
1
dist/bundle/bundle.min.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/node/transaction/makeOutput.js
vendored
2
dist/node/transaction/makeOutput.js
vendored
@ -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] : []
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user