In NetworkParameters, still both constants are defined separately. If you
search for references, sometimes the first, sometimes the second is used.
I propose to get rid of ID_PRODNET. If you want to keep it for backwards
compatibility (why?), define it like this
public static final String ID_PRODNET = ID_MAINNET;
This way, its really the same object.
Also, mark it as deprecated and don't use it in the framework itself.
Original issue reported on code.google.com by andreas....@gmail.com on 12 Jul 2013 at 8:51
Original issue reported on code.google.com by
andreas....@gmail.com
on 12 Jul 2013 at 8:51