Closed GoogleCodeExporter closed 9 years ago
Good catch. Resolved:
https://github.com/bitcoinj/bitcoinj/commit/c8ffc1eaee4f44d6665ddc87d28a91ea92ba
4858
Original comment by mh.in.en...@gmail.com
on 30 Apr 2014 at 8:20
FYI: I was planning a third part of the payment protocol refactoring that will
take care of this (and more) issue of the current implementation.
Original comment by andreas....@gmail.com
on 30 Apr 2014 at 9:13
And what do you want to change? Does it really need more refactoring? I know
you don't like using this class although I'm sure there's a way to make it fit
on Android, like just by putting the whole binary payment request into the
intent or something.
Original comment by mh.in.en...@gmail.com
on 30 Apr 2014 at 9:30
The idea of the last refactoring is pulling out three parse methods and three
create methods (for request/payment/ack) into the PaymentProtocol class. If you
look at the de.schildbach.wallet.util.PaymentProtocol class you'll get the
picture.
Original comment by andreas....@gmail.com
on 1 May 2014 at 6:16
OK, sounds good.
Original comment by mh.in.en...@gmail.com
on 1 May 2014 at 6:36
Original issue reported on code.google.com by
jakub.su...@gmail.com
on 30 Apr 2014 at 7:49