mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +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(
|
||||
tx,
|
||||
private_keys=alice.private_key)
|
||||
bdb.transactions.send(signed_tx)
|
||||
bdb.transactions.send_commit(signed_tx)
|
||||
```
|
||||
{% endcapture %}{{ python | markdownify }}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user