Skip to content

Commit 4fcc49e

Browse files
authored
doc typo (#83)
1 parent 088adc7 commit 4fcc49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rootchainFunctions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Note that if the validator attempts to start an exit for a fee-UTXO that has alr
7474
<br />
7575

7676
```solidity
77-
function challengeTransactionExit(uint256[3] exitingTxPos, uint256[2] challengingTxPos, bytes txBytes, bytes proof, bytes confirmSignature)
77+
function challengeTransactionExit(uint256[3] exitingTxPos, uint256[3] challengingTxPos, bytes txBytes, bytes proof, bytes confirmSignature)
7878
```
7979
`exitingTxPos` and `challengingTxPos` follow the convention - `[blockNumber, transcationIndex, outputIndex]`
8080

0 commit comments

Comments
 (0)