Std amount -> 1000 for migrate

This commit is contained in:
jl777
2018-11-25 03:43:10 -11:00
parent f9ecb27c50
commit ac3eb7cfdf

View File

@@ -892,7 +892,7 @@ int32_t main(int32_t argc,char **argv)
zsaddr = clonestr(argv[2]);
printf("%s: %s %s\n",REFCOIN_CLI,coinstr,zsaddr);
char coinaddr[64],zcaddr[128],opidstr[128]; int32_t alldone,finished; int64_t amount,stdamount,txfee;
stdamount = 100 * SATOSHIDEN;
stdamount = 1000 * SATOSHIDEN;
txfee = 10000;
again:
printf("start processing zmigrate\n");