What kind of listener are you using? Full source code and the last few
KB of bitcoinj log would be useful.


On 04/07/2018 14.23, [email protected] wrote:
> Hello.
> I'd like to know how to receive notify when spent out from specified vout.
> The following code failed(not notify).
> |
> 
> //WalletAppKit kit;
> //...
> //kit.awaitRunning();
> 
> //testnet outpoint:
> aaf7053c4d4b555a48be0c1018803680d4306afeae6dae03de8cf00cec291522:0
> //  BIP37:serialized COutPoint structure
> byte[]outpoint
> =HEX.decode("221529ec0cf08cde03ae6daefe6a30d480368018100cbe485a554b4d3c05f7aa00000000");
> BloomFilterbloom =kit.wallet().getBloomFilter(1e-12);
> bloom.insert(outpoint);
> List<Peer>peers =kit.peerGroup().getConnectedPeers();
> for(Peerpeer:peers){
>     peer.setBloomFilter(bloom);
> }
> 
> |
> 
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "bitcoinj" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected]
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to