Merge pull request #1093 from siiky/fix/lam-332/ethereum-send
fix: Ethereum sends
This commit is contained in:
commit
4015e23d34
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ function generateTx (_toAddress, wallet, amount, includesFee, cryptoCode) {
|
|||
const txTemplate = {
|
||||
from: fromAddress,
|
||||
to: toAddress,
|
||||
value: amount
|
||||
value: amount.toString()
|
||||
}
|
||||
|
||||
const promises = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue