Merge branch 'FSM' of https://github.com/blackjok3rtt/komodo into blackjok3rtt-FSM

a
This commit is contained in:
blackjok3r
2018-12-17 12:40:45 +08:00
14 changed files with 195 additions and 510 deletions

View File

@@ -12,7 +12,7 @@ This tool converts Sprout zaddress funds into Sapling funds in a new Sapling add
### Usage
./zmigrate zsaplingaddr
./zmigrate COIN zsaplingaddr
The above command may need to be run multiple times to complete the process.

View File

@@ -940,6 +940,11 @@ again:
if ( amount == lastamount3 && amount == lastamount4 )
stdamount /= 10;
}
if ( stdamount < SATOSHIDEN )
{
stdamount = SATOSHIDEN;
refamount = SATOSHIDEN * 50;
}
if ( stdamount < refamount )
refamount = stdamount;
lastamount4 = lastamount3;