mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 02:31:47 +00:00
feat(wallet)_: Remove deprecated for estimated time api
This commit is contained in:
parent
5336c47f1b
commit
b2e5e7a81c
@ -469,7 +469,6 @@ func (api *API) GetEstimatedLatestBlockNumber(ctx context.Context, chainID uint6
|
||||
return api.s.blockChainState.GetEstimatedLatestBlockNumber(ctx, chainID)
|
||||
}
|
||||
|
||||
// @deprecated
|
||||
func (api *API) GetTransactionEstimatedTime(ctx context.Context, chainID uint64, maxFeePerGas *big.Float) (router.TransactionEstimation, error) {
|
||||
log.Debug("call to getTransactionEstimatedTime")
|
||||
return api.router.GetFeesManager().TransactionEstimatedTime(ctx, chainID, gweiToWei(maxFeePerGas)), nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user