goatpig / armoryd

JSON-RPC daemon for BitcoinArmory
Other
6 stars 5 forks source link

armoryd uses bdv().isTxMainBranch() method that is not defined #11

Open faxik opened 6 years ago

faxik commented 6 years ago

It seems that it wasn't correctly exported by SWIG.

This function is being used in several places, including gettransaction. Meanwhile, I couldn't find SWIG declarations to fix them myself and will appreciate if you can point where to look.

Thanks!

faxik commented 6 years ago

The same goes for cppWallet.getLedgerEntryForTx()