fix: add missing .base. pragma

This commit is contained in:
Mark Spanbroek 2025-09-09 17:25:46 +02:00
parent ff667cb8f0
commit ca30aa7e4d

View File

@ -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*(