mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-02 13:43:06 +00:00
fix: add missing .base. pragma
This commit is contained in:
parent
ff667cb8f0
commit
ca30aa7e4d
@ -58,7 +58,7 @@ method getGasPrice*(
|
||||
|
||||
method getMaxPriorityFeePerGas*(
|
||||
signer: Signer
|
||||
): Future[UInt256] {.async: (raises: [SignerError, CancelledError]).} =
|
||||
): Future[UInt256] {.base, async: (raises: [SignerError, CancelledError]).} =
|
||||
return await signer.provider.getMaxPriorityFeePerGas()
|
||||
|
||||
method getTransactionCount*(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user