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:
committed by
Gav Wood
parent
a7e6d8727a
commit
515f30eea9
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user