Skip to content

Commit

Permalink
Return TonClient to master state
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Dec 1, 2024
1 parent cca727f commit 137b6f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client/TonClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {
OpenedContract
} from '@ton/core';
import { Maybe } from "../utils/maybe";
import { parseStack } from "../parser";

export type TonClientParameters = {
/**
Expand Down Expand Up @@ -524,4 +523,4 @@ function createProvider(client: TonClient, address: Address, init: StateInit | n
return client.getTransactions(address, { limit: limit ?? 100, lt: lt.toString(), hash: hash.toString('base64'), inclusive: true });
}
}
}
}

0 comments on commit 137b6f9

Please sign in to comment.