Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
danielailie committed Oct 15, 2024
1 parent 1c9e326 commit 6ceb8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networkProviders/interface.ts
Original file line number Diff line number Diff line change
@@ -145,6 +145,6 @@ export interface IAddress {
}

/**
* @deprecated This will be remove with the next release (replaced by the `ITransaction` interface from "src/interface.ts").
* @deprecated This will be removed with the next release (replaced by the `ITransaction` interface from "src/interface.ts").
*/
export type ITransactionNext = ITransactionAsInSpecs;

0 comments on commit 6ceb8be

Please sign in to comment.