Kartik

Results 61 comments of Kartik

You'll probably have to wait a long time since this requires a html parser.AFAIK there is no other way of doing it.

@Haze3ds I finally found a good HTML parser,so you should see this feature added in the next commit. 👍

@TULOA try a make clean and then make

Are you sure you are using the latest version?

Please connect with me on github so we can test things. https://discord.gg/hyuvmb9

Remove the rehid folder on your sd card

> cc [rust-bitcoin/rust-bitcoin#2970](https://github.com/rust-bitcoin/rust-bitcoin/pull/2970) Hi, please correct me if I am wrong but I think that's an unrelated issue in `HeaderandShortIds` while this is a issue with `BlockTransactionRequest`

> Still draft or ready for review? I believe I am ready for review

> ``` > In file included from init.cpp:25: > ./httpserver.h:134:43: error: no matching constructor for initialization of 'std::span' (aka 'span') > WriteReply(nStatus, std::as_bytes(std::span{reply})); > ``` Are you compiling with the...

Hello, I tried to find the root cause of this bug and there seem to be atleast 2 issues present: 1. Rust-Bitcoin seems to assume that `type_value` is [u8](https://github.com/rust-bitcoin/rust-bitcoin/blob/0ae6f49cea8276bc62d2d5c6e1fc710a66be81d3/bitcoin/src/psbt/raw.rs#L93) which...