now i call watchingWallet.isAddressWatched(addr) after adding it to watchingWallet.addWatchedAddress(addr), now its returning true.
On Tuesday, April 10, 2018 at 7:33:51 PM UTC+5, Tyga Christed wrote: > > Also, i use freshReceiveAddress() or currentReceiveAddress() to generate > Address, but when i pass that address > to watchingWallet.isAddressWatched(addr) method it return false, means that > address is not watching, but i need watching address. > > On Saturday, April 7, 2018 at 1:28:40 PM UTC+5, Andreas Schildbach wrote: >> >> On 03/26/2018 04:34 PM, Tyga Christed wrote: >> >> > how can i generate unsigned addresses using xPub key >> >> Use Wallet.fromWatchingKeyB58() and supply your xpub. Then you can use >> freshReceiveAddress() or currentReceiveAddress() to generate addresses >> for that wallet. >> >> -- 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.
