diff --git a/crypto777/iguana_utils.c b/crypto777/iguana_utils.c index b4b354d3b..b139005c5 100755 --- a/crypto777/iguana_utils.c +++ b/crypto777/iguana_utils.c @@ -364,8 +364,8 @@ int32_t decode_hex(unsigned char *bytes,int32_t n,char *hex) memset(bytes,0,n); return(n); } - if ( hex[n-1] == '\n' || hex[n-1] == '\r' ) - hex[--n] = 0; + //if ( hex[n-1] == '\n' || hex[n-1] == '\r' ) + // hex[--n] = 0; if ( n == 0 || (hex[n*2+1] == 0 && hex[n*2] != 0) ) { if ( n > 0 ) diff --git a/iguana/m_notary b/iguana/m_notary index 7b9ba2d62..4854e53ad 100755 --- a/iguana/m_notary +++ b/iguana/m_notary @@ -11,7 +11,6 @@ gcc -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lnanomsg -lcurl -lssl - myip=`curl -s4 checkip.amazonaws.com` source pubkey.txt -echo make sure pubkey is ($pubkey) sleep 4 curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"SuperNET\",\"method\":\"myipaddr\",\"ipaddr\":\"$myip\"}"