Skip to content

Commit

Permalink
chore: dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
nftchance committed Mar 1, 2024
1 parent b916a70 commit de79c58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion instances/fuses/limited-calls.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In Plug, all intents operate as constant processes unless specified otherwise. E

## Logic

Any intent using the [Limited Calls Fuse](/instances/fuse/schedule-windows) has the ability to declare:
Any intent using the [Limited Calls Fuse](/instances/fuse/limited-calls) has the ability to declare:

- Call Count: How many times this specific intent can be called.

Expand Down
6 changes: 3 additions & 3 deletions instances/fuses/threshold.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ head:
content: Fuse | Threshold
- - meta
- name: description
content: Append a threshold condition to a Plug intent enforcing the time to be before or after a declared timestamp.
content: Append a threshold condition to a Plug intent enforcing the value is within range.
- - meta
- property: og:description
content: Append a threshold condition to a Plug intent enforcing the time to be before or after a declared timestamp.
content: Append a threshold condition to a Plug intent enforcing the value is within range.
---

# Threshold Fuse

An execution threshold is a simple check that internally carries validation to ensure that the time based threshold has not been exceeded.

With the [Threshold Fuse](/instances/fuse/timestamp) it becomes remarkably simple to define a condition that requires the current temporal state of the underlying blockchain is larger or less than the one specified by the intent signer.
With the [Threshold Fuse](/instances/fuse/threshold) it becomes remarkably simple to define a condition that requires the current temporal state of the underlying blockchain is larger or less than the one specified by the intent signer.

## Logic

Expand Down

0 comments on commit de79c58

Please sign in to comment.