fix: Ethereum sends
This commit is contained in:
parent
04f4891291
commit
32cfa2bb67
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,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