mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Temporarily fix lsf not being exported
This commit is contained in:
@@ -25,7 +25,7 @@ if (typeof module !== "undefined") {
|
|||||||
|
|
||||||
console.log('Got settings for address', my_address);
|
console.log('Got settings for address', my_address);
|
||||||
console.log('Global Freeze enabled?',
|
console.log('Global Freeze enabled?',
|
||||||
(settings.Flags & lsfGlobalFreeze === lsfGlobalFreeze))
|
((settings.account_data.Flags & lsfGlobalFreeze) === lsfGlobalFreeze))
|
||||||
|
|
||||||
await client.disconnect()
|
await client.disconnect()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user