Skip to content

Commit

Permalink
Fix getOriginOperationId description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Jan 9, 2024
1 parent d882f14 commit 45349e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assembly/std/contract/calls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ export function sendMessage(
}

/**
* Checks if the given function exists in a smart contract at the given address.
* Returns the operation id that originated the current execution if there is one
*
* @returns true if the function exists, false otherwise.
* @returns The operation id or null
*
*/
export function getOriginOperationId(): string | null {
Expand Down

0 comments on commit 45349e5

Please sign in to comment.