From b96dc8c0627f6c51f1b0bd82d56d0336e9653bcd Mon Sep 17 00:00:00 2001 From: jormel Date: Tue, 17 Dec 2024 18:01:14 -0300 Subject: [PATCH] I added a space in the readme in order to verify that it triggers a PR in the dev portal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21010bb..760bc92 100644 --- a/README.md +++ b/README.md @@ -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`: + 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)