Updated on 2026-08-14
This commit is contained in:
parent
058a6ab4d5
commit
451fdc5e0b
37 changed files with 748 additions and 226 deletions
|
|
@ -102,7 +102,7 @@ internal class WcEthSendTransactionUseCase @AssistedInject constructor(
|
|||
emit(newState)
|
||||
}
|
||||
|
||||
override suspend fun dAppFee(): Fee.Ethereum.Legacy? {
|
||||
override fun dAppFee(): Fee.Ethereum.Legacy? {
|
||||
return dAppFee
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ internal class WcEthSignTransactionUseCase @AssistedInject constructor(
|
|||
emitAll(delegate.invoke(transactionData))
|
||||
}
|
||||
|
||||
override suspend fun dAppFee(): Fee.Ethereum.Legacy? {
|
||||
override fun dAppFee(): Fee.Ethereum.Legacy? {
|
||||
return dAppFee
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue