Skip to content

Commit

Permalink
Merge pull request #76 from rsksmart/devPortalTest1
Browse files Browse the repository at this point in the history
I added a space in the readme in order to verify that it triggers a P…
  • Loading branch information
jormelCoin authored Dec 18, 2024
2 parents 9d69b3c + b96dc8c commit b37cdff
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/blob
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 b37cdff

Please sign in to comment.