You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when trying to use method: client.settleFunds(mangoGroup, mangoAccount, owner, spotMarket);
/Users/borkur/Desktop/Coding/mango-client-v3/src/client.ts:2649
throw new Error('Invalid or missing node banks');
^
Error: Invalid or missing node banks
at MangoClient. (/Users/borkur/Desktop/Coding/mango-client-v3/src/client.ts:2649:13)
at Generator.next ()
at fulfilled (/Users/borkur/Desktop/Coding/mango-client-v3/src/client.ts:28:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
The text was updated successfully, but these errors were encountered:
I'm getting this error when trying to use method: client.settleFunds(mangoGroup, mangoAccount, owner, spotMarket);
/Users/borkur/Desktop/Coding/mango-client-v3/src/client.ts:2649
throw new Error('Invalid or missing node banks');
^
Error: Invalid or missing node banks
at MangoClient. (/Users/borkur/Desktop/Coding/mango-client-v3/src/client.ts:2649:13)
at Generator.next ()
at fulfilled (/Users/borkur/Desktop/Coding/mango-client-v3/src/client.ts:28:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
The text was updated successfully, but these errors were encountered: