Fix no data sent in TxQueue dapp (#4502)

* Fix wrong PropType req for Embedded Signer

* Fix wrong data for tx #4499
This commit is contained in:
Nicolas Gotchac
2017-02-10 01:07:35 +01:00
committed by Gav Wood
parent a7e6d8727a
commit 515f30eea9
2 changed files with 2 additions and 2 deletions

View File

@@ -259,7 +259,7 @@ export class LocalTransaction extends BaseTransaction {
to: transaction.to,
nonce: transaction.nonce,
value: transaction.value,
data: transaction.data,
data: transaction.input,
gasPrice, gas
};