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