Skip to content
New issue

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

Small compiling issues #10

Open
hjvogel opened this issue Feb 22, 2018 · 0 comments
Open

Small compiling issues #10

hjvogel opened this issue Feb 22, 2018 · 0 comments

Comments

@hjvogel
Copy link

hjvogel commented Feb 22, 2018

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 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant