Braxton Nunnally

Results 18 comments of Braxton Nunnally

Hello @mathias21 do you think you would have an idea as to why this is happening?: https://github.com/bitcoinj/bitcoinj/issues/2647

@abdrasulov Would this be an easy fix?

It also appears that `TransactionSerializer.serialize()` is not working properly which may lead to the issue stated above. I have tested trying to deserialize transactions using raw hex returned from the...

Okay nevermind the TransactionSerializer not working i didn't realize the `toReversedHex()` function was needed to view the human-readable hex value. However the problem still remains of the input and out...

It actually looks like after further digging that `fun extract(transaction: FullTransaction) { .. }` may be the reason we have weirdness with addresses. Is there a reason we only assign...

Ahh okay, so then that basically means there's no way to know where the sender's bitcoin address was? I just wanted to be able to show on my app the...

Okay sounds good, also @esen I will be submitting some PR's today for your wallet kit and bitcoin kit libraries that I think adds some nice touches and bug fixes

Okay awesome!