Temporarily fix lsf not being exported

This commit is contained in:
Jackson Mills
2021-10-18 15:02:38 -07:00
parent 4530ccb5c9
commit 2dfbf81d0a

View File

@@ -25,7 +25,7 @@ if (typeof module !== "undefined") {
console.log('Got settings for address', my_address);
console.log('Global Freeze enabled?',
(settings.Flags & lsfGlobalFreeze === lsfGlobalFreeze))
((settings.account_data.Flags & lsfGlobalFreeze) === lsfGlobalFreeze))
await client.disconnect()