From a693b03b6468c716dce85a6d416e280026b87d06 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 19 Mar 2018 16:53:27 +0200 Subject: [PATCH 1/3] -print --- iguana/dpow/dpow_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c index 793c255a7..e301b6d39 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -241,7 +241,7 @@ int32_t dpow_txhasnotarization(uint64_t *signedmaskp,int32_t *nothtp,struct supe { if ( ((1LL << j) & notarymask) == 0 ) { - printf("n%d ",j); + //printf("n%d ",j); numnotaries++; notarymask |= (1LL << j); break; From 3b0abba07997aef7e4b324279026896b08b45390 Mon Sep 17 00:00:00 2001 From: bashgnu <38274202+bashgnu@users.noreply.github.com> Date: Sun, 15 Apr 2018 14:40:51 +0800 Subject: [PATCH 2/3] Update LICENSE --- LEGAL/LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGAL/LICENSE b/LEGAL/LICENSE index 67f75dcd8..50c41bc79 100755 --- a/LEGAL/LICENSE +++ b/LEGAL/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2013-2015 The SuperNET Developers. +Copyright © 2013-2018 The SuperNET Developers. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, From ae70f91481dbe7e12cb69708fc9552b0e1241ec3 Mon Sep 17 00:00:00 2001 From: 3cl1ps Date: Thu, 20 Sep 2018 21:57:16 +0200 Subject: [PATCH 3/3] Update m_notary_run --- iguana/m_notary_run | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/m_notary_run b/iguana/m_notary_run index fde6f4db9..b49cf3183 100755 --- a/iguana/m_notary_run +++ b/iguana/m_notary_run @@ -41,6 +41,7 @@ curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"ad curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"addnotary\",\"ipaddr\":\"217.182.203.106\"}" curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"addnotary\",\"ipaddr\":\"149.56.19.212\"}" curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"addnotary\",\"ipaddr\":\"95.213.205.222\"}" +curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"addnotary\",\"ipaddr\":\"144.217.11.235\"}" #tests/addnotarys_7776