mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Add a submission progress message
This commit is contained in:
@@ -103,6 +103,7 @@ function getNet() {
|
||||
// *************** Send Transaction **********************
|
||||
// *******************************************************
|
||||
async function sendTransaction() {
|
||||
successURLfield.value="Sending transaction..."
|
||||
let v_flags = 0
|
||||
if (clawbackSlider.checked) {v_flags+=64}
|
||||
if (lockSlider.checked) {v_flags+=2}
|
||||
|
||||
Reference in New Issue
Block a user