We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Friends - I'm very new here and try to understand bitcoincashj - so pls forgive when I'm nooby-wrong ...
I found 2 smaller (?) issues in examples:
org.bitcoinj.examples.ExamplePayment.main
line 88 should have s String.value()
new ExamplePaymentChannelClient().run(String.valueOf(opts.nonOptionArguments().get(0)), versionSelector, params);
org.bitcoinj.examples.ForwardingService.main
.. new WalletCoinsReceivedEventListener
this function interface needs to say 'final' Transaction tx:
public void onCoinsReceived(Wallet w, final Transaction tx, Coin prevBalance, Coin newBalance)
(I use jre 1.7 - Eclipse Juno)
Hope I could help - cheers ;)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Friends - I'm very new here and try to understand bitcoincashj - so pls forgive when I'm nooby-wrong ...
I found 2 smaller (?) issues in examples:
org.bitcoinj.examples.ExamplePayment.main
line 88 should have s String.value()
new ExamplePaymentChannelClient().run(String.valueOf(opts.nonOptionArguments().get(0)), versionSelector, params);
org.bitcoinj.examples.ForwardingService.main
.. new WalletCoinsReceivedEventListener
this function interface needs to say 'final' Transaction tx:
public void onCoinsReceived(Wallet w, final Transaction tx, Coin prevBalance, Coin newBalance)
(I use jre 1.7 - Eclipse Juno)
Hope I could help - cheers ;)
The text was updated successfully, but these errors were encountered: