|
@@ -144,7 +144,7 @@ namespace HyperCube.Models
|
|
|
|
|
|
//init add transaction 2 contract
|
|
|
//add transaction 2db
|
|
|
- //init notifications
|
|
|
+
|
|
|
|
|
|
var article_value_hex = article_value.ToString("X64");
|
|
|
//Console.WriteLine($"article_value {article_value} hex {article_value_hex}");
|
|
@@ -156,6 +156,8 @@ namespace HyperCube.Models
|
|
|
var initiator_value = article_value * initiator.GetRatingProspector();
|
|
|
|
|
|
Console.WriteLine($"article_value {article_value} expert_value {expert_value} initiator_value {initiator_value} ");
|
|
|
+
|
|
|
+ //init notifications 2DEVS
|
|
|
return "none";
|
|
|
var edits_hex = edits.ToString("X64");
|
|
|
verifier_address = Blockchain.zerofill(verifier_address, 64, true);
|