Pass MethodDecoding as to/destination view

This commit is contained in:
Jaco Greeff
2016-11-29 16:37:25 +01:00
parent 6a69e22b28
commit efd4e6f96a
7 changed files with 56 additions and 102 deletions

View File

@@ -74,12 +74,7 @@ export default class RequestPending extends Component {
onReject={ onReject }
isSending={ isSending }
id={ id }
gasPrice={ transaction.gasPrice }
gas={ transaction.gas }
data={ transaction.data }
from={ transaction.from }
to={ transaction.to }
value={ transaction.value }
transaction={ transaction }
date={ date }
isTest={ isTest }
store={ store }