Skip to content

Commit

Permalink
fix(su): add protocol tags #716
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceJuliano committed May 21, 2024
1 parent db5ccc6 commit a9b7c0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions servers/su/src/domain/core/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ impl<'a> Builder<'a> {
Tag::new(&"Hash-Chain".to_string(), &schedule_info.hash_chain()),
Tag::new(&"Block-Height".to_string(), &height.to_string()),
Tag::new(&"Timestamp".to_string(), &schedule_info.timestamp()),
Tag::new(&"Data-Protocol".to_string(), &"ao".to_string()),
Tag::new(&"Type".to_string(), &"Assignment".to_string()),
Tag::new(&"Variant".to_string(), &"ao.TN.1".to_string()),
];

/*
Expand Down
Binary file modified servers/su/su
Binary file not shown.

0 comments on commit a9b7c0d

Please sign in to comment.