Workflow updating files of flowallet
This commit is contained in:
parent
dad09da9e2
commit
5e776f13b2
@ -2642,7 +2642,7 @@
|
|||||||
`
|
`
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
const floData = `send ${bulkTokenReceivers[tokenReceivers[0]]} ${selectedToken.value}#`
|
const floData = `send ${bulkTokenReceivers[tokenReceivers[0]].toFixed(10)} ${selectedToken.value}#`
|
||||||
if (await hasUnconfirmedTransactions(sender)) return
|
if (await hasUnconfirmedTransactions(sender)) return
|
||||||
transactionId = await floBlockchainAPI.writeData(sender, floData, privKey, tokenReceivers[0])
|
transactionId = await floBlockchainAPI.writeData(sender, floData, privKey, tokenReceivers[0])
|
||||||
showTransactionResult(true, transactionId);
|
showTransactionResult(true, transactionId);
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
2
flowallet/scripts/floBlockchainAPI.min.js
vendored
2
flowallet/scripts/floBlockchainAPI.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
flowallet/scripts/floTokenAPI.min.js
vendored
2
flowallet/scripts/floTokenAPI.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user