mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-25 03:03:16 +01:00
Merge pull request #278 from bigchaindb/fix-python-code-on-get-started-page
send() --> send_commit()
This commit is contained in:
commit
cc04333d6f
@ -95,7 +95,7 @@ tx = bdb.transactions.prepare(
|
|||||||
signed_tx = bdb.transactions.fulfill(
|
signed_tx = bdb.transactions.fulfill(
|
||||||
tx,
|
tx,
|
||||||
private_keys=alice.private_key)
|
private_keys=alice.private_key)
|
||||||
bdb.transactions.send(signed_tx)
|
bdb.transactions.send_commit(signed_tx)
|
||||||
```
|
```
|
||||||
{% endcapture %}{{ python | markdownify }}
|
{% endcapture %}{{ python | markdownify }}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user