readme styles

This commit is contained in:
Alexey 2021-08-19 19:50:30 +03:00
parent 65260363c1
commit 6a54c2f237
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
with: with:
node-version: 14 node-version: 14
- run: yarn cache clean --all - run: yarn cache clean --all
- run: yarn install --network-concurrency 1 - run: yarn install --network-timeout 100000
- run: yarn lint - run: yarn lint
- run: yarn download - run: yarn download
- run: yarn build - run: yarn build

View File

@ -16,6 +16,7 @@ TODO
## Useful ## Useful
How we do transaction inside pool of A amount. How we do transaction inside pool of A amount.
1. sort inputs by 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 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) 3. Also you can always use transaction to merge your inputs with change (especially in 16 inputs case)