Pass MethodDecoding as to/destination view
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user