Skip to content

Commit

Permalink
Merge branch 'unstable' of github.com:chainbound/bolt-v0 into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jun 9, 2024
2 parents af5f836 + 9a25664 commit c54e6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bolt-web-demo/frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default function Home() {
{beaconClientUrl && providerUrl ? (
<div className="w-full">
<div className="grid gap-3 border p-4 border-gray-800">
<p className="text-lg">Step 1: send a transaction</p>
<p className="text-lg">Step 1: send a transactions eligible for pre-confirmation</p>
<small className="text-sm">
By clicking this button you will create a transaction and send
it as a preconfirmation request to the BOLT sidecar of the
Expand All @@ -216,7 +216,7 @@ export default function Home() {
{preconfSent && (
<div className="grid gap-3 border p-4 border-gray-800 mt-4">
<p className="text-lg">
Step 2: wait for a cryptoeconomic preconfirmation
Step 2: wait for proposers to issue the preconfirmation response
</p>
<small className="text-sm max-w-3xl">
The transaction will be processed by BOLT and you will
Expand Down

0 comments on commit c54e6e7

Please sign in to comment.