mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 09:46:58 +01:00
a semicolon, kill it, kill it with fire
This commit is contained in:
parent
e35d8aae3c
commit
1916e3f85d
@ -65,7 +65,7 @@ const tx = driver.Transaction.makeCreateTransaction(
|
|||||||
driver.Transaction.makeEd25519Condition(alice.publicKey))
|
driver.Transaction.makeEd25519Condition(alice.publicKey))
|
||||||
],
|
],
|
||||||
alice.publicKey
|
alice.publicKey
|
||||||
);
|
)
|
||||||
|
|
||||||
// Optional: You've got everything you need, except for an asset
|
// Optional: You've got everything you need, except for an asset
|
||||||
// and metadata. Maybe define them here, any JSON-serializable object
|
// and metadata. Maybe define them here, any JSON-serializable object
|
||||||
|
Loading…
Reference in New Issue
Block a user