Merge branch 'assets' of https://github.com/arionum/node into assets

This commit is contained in:
admin@arionum.com
2019-05-03 01:51:05 +03:00

View File

@@ -211,7 +211,7 @@ class Block
// how much of the ask should we use to fill the bid order
$use=0;
if($remaining>$val){
$use=$remaining-$val;
$use=$val;
} else {
$use=$remaining;
}