From 6a54c2f237c391a56e0e99b0a7320197f1c4e070 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 19 Aug 2021 19:50:30 +0300 Subject: [PATCH] readme styles --- .github/workflows/build.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8d9314..ca7a5d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 14 - run: yarn cache clean --all - - run: yarn install --network-concurrency 1 + - run: yarn install --network-timeout 100000 - run: yarn lint - run: yarn download - run: yarn build diff --git a/README.md b/README.md index 66b4609..de811a5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ TODO ## Useful How we do transaction inside pool of A amount. + 1. sort inputs by amount 2. try to take 1 or 2 smallest inputs to satisfy A amount. Get 16 inputs if it's not possible using the same way 3. Also you can always use transaction to merge your inputs with change (especially in 16 inputs case)