Skip to content

Commit

Permalink
Merge branch 'main' into devPortalTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jormelCoin authored Dec 18, 2024
2 parents 3028d40 + b37cdff commit 1a765c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Read more about the [bridge functionality.](https://github.com/rsksmart/rskj/blo
In the Bitcoin network, when a user wants to send funds to another, the user creates a transaction and adds an output with the value that it wants to send. The other user doesn’t “receive” this amount directly, instead, we call receiving to the ability of providing the proper input to the output script so it returns `true`:

<Quote caption="Bitcoin Script Documentation">

A transaction is valid if nothing in the combined script triggers failure and the top stack item is True (non-zero) when the script exits. Read more info in [Bitcoin Script](https://en.bitcoin.it/wiki/Script)
</Quote>

Expand Down

0 comments on commit 1a765c1

Please sign in to comment.