diff --git a/_src/developers/getstarted.html b/_src/developers/getstarted.html index 1516f81..e8a954b 100644 --- a/_src/developers/getstarted.html +++ b/_src/developers/getstarted.html @@ -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 }}