Skip to content

Commit

Permalink
Merge pull request #328 from spacemeshos/atxmerge/remove-posatx
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Apr 25, 2024
2 parents 3514a26 + 0dfb1ba commit 84dbd79
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 99 deletions.
180 changes: 85 additions & 95 deletions release/go/spacemesh/v2alpha1/activation.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions spacemesh/v2alpha1/activation.proto
Expand Up @@ -14,10 +14,9 @@ message ActivationV1 {
bytes signature = 3;
uint32 publish_epoch = 4;
bytes previous_atx = 5;
bytes positioning_atx = 6;
string coinbase = 7;
uint64 weight = 8;
uint64 height = 9;
string coinbase = 6;
uint64 weight = 7;
uint64 height = 8;
}

message ActivationStreamRequest {
Expand Down

0 comments on commit 84dbd79

Please sign in to comment.