mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
switch to postTransactionCommit
This commit is contained in:
parent
379932b630
commit
eaa5e38b20
@ -141,7 +141,7 @@ window.addEventListener('DOMContentLoaded', function domload(event) {
|
||||
const messageFail = document.getElementsByClassName('message--fail')[0]
|
||||
const transactionLink = document.getElementsByClassName('transaction-link')[0]
|
||||
|
||||
conn.postTransactionSync(txSigned).then((response) => {
|
||||
conn.postTransactionCommit(txSigned).then((response) => {
|
||||
waiting.classList.add('hide')
|
||||
messageInitial.classList.add('hide')
|
||||
responseArea.classList.remove('hide')
|
||||
|
Loading…
Reference in New Issue
Block a user