djpnewton

Results 28 comments of djpnewton

get_unspents does not seem to include unconfirmed outputs

Ok looking through the code all thumb2 instructions are set to T_INVALID...

most likely someone has packaged our binary into their malware causing the false positive

Same here: I ended up doing something like this with https://pub.dev/packages/synchronized: ``` dart // Attach a listener to catch any links when app is running in the background _uniLinksSub =...

docker-entrypoint.sh starts lightningd like: `lightningd "$@"` so I guess you could just override the entrypoint in docker-compose.yml or a child Dockerfile and do something like: ```ENTRYPOINT [ "/usr/bin/tini", "-g", "--",...

Am I missing something or should this issue still be open? I dont see any async function arguments

The comment still exists in pyln-client https://github.com/ElementsProject/lightning/blob/master/contrib/pyln-client/pyln/client/lightning.py#L424

made PR here https://github.com/juliansteenbakker/mobile_scanner/pull/78

I guess in the interim period one could overwrite the local HWI binaries with ones downloaded from achow101

yes, I was expecting the result to contain a result field. Without it the result does not conform to the json spec for a waves transaction