Skip to content

Commit

Permalink
Update test with new v1 fee value
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed Jul 4, 2016
1 parent 9bce732 commit a0737f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_stov1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ if [ $RESULT == "true," ]
printf "FAIL (result:%s)\n" $RESULT
FAIL=$((FAIL+1))
fi
printf " # Checking the fee cache now has 0.00000600 fee cached for OMNI... "
printf " # Checking the fee cache now has 0.00006000 fee cached for OMNI... "
CACHEDFEE=$(./src/omnicore-cli --regtest omni_getfeecache 1 | grep cachedfee | cut -d '"' -f4)
if [ $CACHEDFEE == "0.00000600" ]
if [ $CACHEDFEE == "0.00006000" ]
then
printf "PASS\n"
PASS=$((PASS+1))
Expand Down

0 comments on commit a0737f1

Please sign in to comment.