Skip to content

Commit

Permalink
bitcion-script
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Sep 18, 2024
1 parent 2ca7357 commit 4c2cbbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bitcoin-script/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@
### How Bitcoin enables it?
<!-- .element: class="fragment" style="text-align:left" -->

##### Bitcoin Script <- this talk
##### Bitcoin Script
<!-- .element: class="fragment" style="text-align:left" -->

---
Expand Down Expand Up @@ -629,8 +629,8 @@
---

```cpp
ScriptSig: OP_4 # locking
ScriptPubkey: OP_2 OP_2 OP_ADD OP_EQUAL # unlocking
ScriptPubkey: OP_2 OP_2 OP_ADD OP_EQUAL # locking
ScriptSig: OP_4 # unlocking
```
<!-- .element: class="fragment" style="text-align:left" -->

Expand Down Expand Up @@ -664,8 +664,8 @@
---

```cpp
ScriptSig: OP_5 # locking
ScriptPubkey: OP_2 OP_2 OP_ADD OP_EQUAL # unlocking
ScriptPubkey: OP_2 OP_2 OP_ADD OP_EQUAL # locking
ScriptSig: OP_5 # unlocking
```
<!-- .element: class="fragment" style="text-align:left" -->

Expand Down Expand Up @@ -969,7 +969,7 @@

----

### August 2017 (SegWit upgrade)
### August 2017 (Segregated Witness upgrade)
### https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki

---
Expand Down

0 comments on commit 4c2cbbd

Please sign in to comment.