Commit 47763f1b authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent bb787cd2
...@@ -5,7 +5,7 @@ const API_KEY = '7iW1muhWWyX8PxuQWx'; ...@@ -5,7 +5,7 @@ const API_KEY = '7iW1muhWWyX8PxuQWx';
const PRIVATE_KEY = '5Bf4FFISdQNxVJqg5pqyn860CIrgjsXXy3pK'; const PRIVATE_KEY = '5Bf4FFISdQNxVJqg5pqyn860CIrgjsXXy3pK';
const useLivenet = false; const useLivenet = false;
createNewOrder('Buy',0.01)
...@@ -47,7 +47,7 @@ async function reduceOrder(side,qty) { ...@@ -47,7 +47,7 @@ async function reduceOrder(side,qty) {
} }
createNewOrder('Buy',0.01)
async function createNewOrder(side,qty) async function createNewOrder(side,qty)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment