3box-js icon indicating copy to clipboard operation
3box-js copied to clipboard

Make openBox throw an error if address or provider are undefined

Open oed opened this issue 6 years ago • 0 comments

Right now passing undefined objects to openBox might result in weird errors that are quite difficult to debug. We should just check if both of these params are defined and throw an error if not.

oed avatar Mar 28 '19 14:03 oed