Skip to content

multisig: fix type error

Andreas C. Osowski requested to merge bitfinexcom:multisig-types into master

Created by: robertkowalski

typeof returns a string, not types. simplify to a check for falsy values, so people can also do things like: balance: null.

fixes #67 (closed)

Merge request reports