diff --git a/src/account.ts b/src/account.ts index 492f76b6..159a1e68 100644 --- a/src/account.ts +++ b/src/account.ts @@ -1121,5 +1121,5 @@ async function getTransactionCount( }, { dedupe: Boolean(blockNumber) }, ); - return hexToNumber(count); + return hexToNumber(count) - 1; }