From 30543975ee70a2439df7de72644bf0b5117e1727 Mon Sep 17 00:00:00 2001 From: Geoff Taylor Date: Mon, 24 May 2021 10:40:33 +0100 Subject: [PATCH] Renamed commands to better reflect purpose. Updated Quickstart. * group-buy-token to serum-buy * group-sell-token to serum-sell * group-send-token to send-token --- Quickstart.md | 2 +- bin/{group-send-token => send-token} | 0 bin/{group-buy-token => serum-buy} | 0 bin/{group-sell-token => serum-sell} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename bin/{group-send-token => send-token} (100%) rename bin/{group-buy-token => serum-buy} (100%) rename bin/{group-sell-token => serum-sell} (100%) diff --git a/Quickstart.md b/Quickstart.md index dac039c..5342173 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -329,7 +329,7 @@ All settlement transaction IDs confirmed. Order execution complete ``` -If you have problems at this stage, for example with Solana transactions timing out because of network problems, there are useful commands to manually fix things: `group-buy-token`, `group-sell-token` and (particularly useful for problems where Serum completes the order but the token doesn't make it to your wallet) `group-settle`. +If you have problems at this stage, for example with Solana transactions timing out because of network problems, there are useful commands to manually fix things: `serum-buy`, `serum-sell` and (particularly useful for problems where Serum completes the order but the token doesn't make it to your wallet) `group-settle`. Now if we check the balances we can see we have roughly a third in each of the three group tokens: ``` diff --git a/bin/group-send-token b/bin/send-token similarity index 100% rename from bin/group-send-token rename to bin/send-token diff --git a/bin/group-buy-token b/bin/serum-buy similarity index 100% rename from bin/group-buy-token rename to bin/serum-buy diff --git a/bin/group-sell-token b/bin/serum-sell similarity index 100% rename from bin/group-sell-token rename to bin/serum-sell