Skip to content

Commit cc5b450

Browse files
authored
Merge pull request #77 from rsksmart/devPortalTest
I added a point in the readme in order to verify that it triggers a P…
2 parents b37cdff + 1a765c1 commit cc5b450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ uint confirmations = bridge.getBtcTransactionConfirmations(
131131
require(confirmations > expectedConfirmations, "not enough confirmations");
132132
```
133133

134-
Read more about the [bridge functionality](https://github.com/rsksmart/rskj/blob/master/rskj-core/src/main/java/co/rsk/peg/BridgeSupport.java)
134+
Read more about the [bridge functionality.](https://github.com/rsksmart/rskj/blob/master/rskj-core/src/main/java/co/rsk/peg/BridgeSupport.java)
135135

136136
## Script Validation for Bitcoin Transaction Output
137137
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`:

0 commit comments

Comments
 (0)