Skip to content

Commit

Permalink
Updated solution.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-yuvi committed May 1, 2024
1 parent b93178c commit c515d9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SOLUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ Verifying a P2WPKH transaction is a bit different than the traditional one. We n
**NOTE: hash256(x) = sha256(sha256(x))**


## Creating Block




Expand All @@ -170,6 +172,10 @@ Verifying a P2WPKH transaction is a bit different than the traditional one. We n

- Creating TXID and Updating the JSoN Structure: [create_txid.py](./python_files/create_txid.py)

- Verifying P2PKH transaction: [p2pkh_validation](./python_files/p2pkh_validation.py)

- Verifying P2WPKH Transaction: [p2wpkh_validation](./python_files/p2wpkh_validation.py)


# Result and Performance
Present the results of your solution, and analyze the efficiency of your solution.
Expand Down

0 comments on commit c515d9c

Please sign in to comment.