Skip to content

Commit

Permalink
rm ds
Browse files Browse the repository at this point in the history
  • Loading branch information
psytron committed Apr 10, 2022
1 parent 8671299 commit a52b960
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Binary file removed .DS_Store
Binary file not shown.
20 changes: 10 additions & 10 deletions drivers/vehicle_ccxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,19 @@ async function loadMarkets( obj ){
// USING CURRENCIES INSTEAD OF loadMarkets
// FASTER AND FEWER
// ALSO LIKELY EXPANDING SWITCH TO BALANCES INSTAD OF CURRENCES CAUSE MEM
// arg both necessary
async function currencies( obj ){

//\ XIPIdIX /\\
//driver.loadMarkets().then( function(obj){
console.log( obj );
var outObj ={}
outObj.payload = obj;
outObj.uuid = initObj.uuid;
outObj.method = 'currencies';
postMessage( outObj );

sendOutboundPayload( )
//});
driver.loadMarkets().then( function(obj){
//console.log( obj );
var outObj ={}
outObj.payload = driver.currencies;
outObj.uuid = initObj.uuid;
outObj.method = 'currencies';
postMessage( outObj );
//sendOutboundPayload( )
});
}

async function fetchTicker( obj ){
Expand Down

0 comments on commit a52b960

Please sign in to comment.