From 3028d408d2f311417fac35f5ef72b605bba34813 Mon Sep 17 00:00:00 2001 From: jormel Date: Tue, 17 Dec 2024 17:52:25 -0300 Subject: [PATCH] I added a point in the readme in order to verify that it triggers a PR in the dev portal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21010bb..d14d28d 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ uint confirmations = bridge.getBtcTransactionConfirmations( require(confirmations > expectedConfirmations, "not enough confirmations"); ``` -Read more about the [bridge functionality](https://github.com/rsksmart/rskj/blob/master/rskj-core/src/main/java/co/rsk/peg/BridgeSupport.java) +Read more about the [bridge functionality.](https://github.com/rsksmart/rskj/blob/master/rskj-core/src/main/java/co/rsk/peg/BridgeSupport.java) ## Script Validation for Bitcoin Transaction Output 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`: