Skip to content

Commit

Permalink
I added a space in the readme in order to verify that it triggers a P…
Browse files Browse the repository at this point in the history
…R in the dev portal
  • Loading branch information
jormelCoin committed Dec 17, 2024
1 parent 9d69b3c commit b96dc8c
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 b96dc8c

Please sign in to comment.