mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 13:15:49 +00:00
Improved Step 7
This commit is contained in:
@@ -105,7 +105,8 @@ sendXrpButtonEl.addEventListener('click', () => {
|
||||
window.electronAPI.onClickSendXrp({destinationAddress, destinationTag, amount})
|
||||
})
|
||||
|
||||
window.electronAPI.onSendXrpTransactionFinish((_event) => {
|
||||
window.electronAPI.onSendXrpTransactionFinish((_event, result) => {
|
||||
alert('Result: ' + result.result.meta.TransactionResult)
|
||||
destinationAddressEl.value = ''
|
||||
destinationTagEl.value = ''
|
||||
amountEl.value = ''
|
||||
|
||||
Reference in New Issue
Block a user