diff --git a/crypto777/m_osx_release b/crypto777/m_osx_release new file mode 100755 index 000000000..1cdb05957 --- /dev/null +++ b/crypto777/m_osx_release @@ -0,0 +1,4 @@ +git pull +rm *.o +gcc -mmacosx-version-min=10.6 -c -DLIQUIDITY_PROVIDER=1 -O2 *.c jpeg/*.c jpeg/unix/*.c -I/usr/lib/x86_64-linux-gnu/curl +rm -f ../agents/libcrypto777.a; ar rc ../agents/libcrypto777.a *.o diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 5652f6f20..97fb190b3 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -490,7 +490,7 @@ STRING_AND_INT(dpow,fundnotaries,symbol,numblocks) if ( (val= vals[j]) > 0. ) { bitcoin_address(coinaddr,60,pubkeys[j],33); - sprintf(cmd,"bicoin-cli sendtoaddress %s %f\n",coinaddr,val); + sprintf(cmd,"bitcoin-cli sendtoaddress %s %f\n",coinaddr,val); if ( sendflag != 0 && system(cmd) != 0 ) printf("ERROR with (%s)\n",cmd); else @@ -512,9 +512,10 @@ STRING_AND_INT(dpow,fundnotaries,symbol,numblocks) for (j=0; j