diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index c9320e989..f0fb4d44b 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -600,7 +600,7 @@ int32_t dpow_signedtxgen(struct supernet_info *myinfo,struct dpow_info *dp,struc { if ( (signobj= cJSON_Parse(jsonstr)) != 0 ) { - if ( (signedtx= jstr(signobj,"result")) != 0 && (rawtx2= dpow_decoderawtransaction(myinfo,coin,signedtx)) != 0 ) + if ( ((signedtx= jstr(signobj,"hex")) != 0 || (signedtx= jstr(signobj,"result")) != 0) && (rawtx2= dpow_decoderawtransaction(myinfo,coin,signedtx)) != 0 ) { //printf("dpowsign.(%s)\n",rawtx2); if ( (txobj2= cJSON_Parse(rawtx2)) != 0 ) diff --git a/iguana/notaries.h b/iguana/notaries.h index 9fa9ce7f0..64a8fd2b7 100755 --- a/iguana/notaries.h +++ b/iguana/notaries.h @@ -35,6 +35,7 @@ char *Notaries[][2] = { "vanbreuk_EU", "024f3cad7601d2399c131fd070e797d9cd8533868685ddbe515daa53c2e26004c3" }, { "titomane_EU", "020c909e72415d1abf151b5cbb521c2a1e14a92fb262cdd3237557da804334e1da" }, { "supernet_AE", "029d93ef78197dc93892d2a30e5a54865f41e0ca3ab7eb8e3dcbc59c8756b6e355" }, + { "supernet_EU", "02061c6278b91fd4ac5cab4401100ffa3b2d5a277e8f71db23401cc071b3665546" }, { "Server1","0221876c8259764224dc1a7b70ec956f3fbe9a768cd77f13082cfa60eb6aa2d068"}, { "Server2","03c7c14e6b1f94585bb571cf3ee5eb9b9ab54bd23d0acb8cf13edad1c515842b66"}, { "Server3","02d28f8992ff0cd68c5d558cf55ec5b3ada25151519a6cea8cef1bac04c40023b6"},