Vladlen Vronsky

Results 6 issues of Vladlen Vronsky

I was getting this issue with alignment of values: ![image](https://user-images.githubusercontent.com/64465297/147809628-85b31d82-225e-48be-a308-03ec0bce45d1.png) original code: ![image](https://user-images.githubusercontent.com/64465297/147809788-20c6f2ae-5809-4908-b546-fd1dafa03ede.png) `span={6} `seemed to be the issue. Here's what the code can be. Not perfect but it's functional!...

![image](https://user-images.githubusercontent.com/64465297/147527213-2a3d6cfc-2133-401c-96e2-73196904fa0c.png) Make sure to add this line in LineChart.jsx when receiving this error.

I'm working through this exercise and it's been some time. I want to move forwards to Ch 8 but I really want to get this solution to work. First thing...

I'm getting an error here when I run the test saying that "NameError: name 'merkleblock' is not defined" Here's my output: ![image](https://user-images.githubusercontent.com/64465297/187837475-110d90e9-dd14-4892-a38f-59fbe650a6a6.png) Here's my code: class MerkleBlock: ![image](https://user-images.githubusercontent.com/64465297/187837678-8059ce26-a67e-4a99-999e-bd0cd686bad6.png) Below, I...

The desired outcome should print "True": ![image](https://user-images.githubusercontent.com/64465297/182037897-498b1134-792b-4b8d-b7ca-e8c73bec8e81.png) The error I am receiving is this: ![image](https://user-images.githubusercontent.com/64465297/182037919-9e163c2a-90fe-440e-8ab9-ab97bef37d94.png) It's getting a "NotImplementedError: " I've completed all other exercises to close out the chapter...

Working on Exercise 5 in Chapter 8, I'm trying to get through to the solution of verifying p2sh transaction. I've modified `sig_hash` and `verify_input`. I also matched up to what...