bitcore-lib
bitcore-lib copied to clipboard
Fix double import breakage
Fixed problem where it would break on double import, causing the program to crash saying there can only be one instance.
Okay, this is actually done now as far as I can tell.
@Stilldabomb this will done when you fix instanceof
problem: https://github.com/bitpay/bitcore/pull/1165
@fanatid this would fix that issue, as the classes grabbed by libraries self-depending on bitcore-lib will be the global bitcore library, which would be whichever one is generated first. I could add some version checking in there to make sure the versions are the same?
@fanatid
Added conflict check so old versions don't silently break.
@fanatid nothing?