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