Skip to content

Commit

Permalink
Delete unused enum in protocol for received blockchain transactions (#…
Browse files Browse the repository at this point in the history
…1904)

didn't end up needing this
  • Loading branch information
texuf authored Dec 28, 2024
1 parent 702fe28 commit 407a47b
Show file tree
Hide file tree
Showing 6 changed files with 1,047 additions and 1,129 deletions.
2 changes: 0 additions & 2 deletions core/node/events/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,15 +491,13 @@ func Make_UserPayload_Membership(
}

func Make_UserPayload_ReceivedBlockchainTransaction(
kind ReceivedBlockchainTransactionKind,
fromUserAddress []byte,
transaction *BlockchainTransaction,
) *StreamEvent_UserPayload {
return &StreamEvent_UserPayload{
UserPayload: &UserPayload{
Content: &UserPayload_ReceivedBlockchainTransaction_{
ReceivedBlockchainTransaction: &UserPayload_ReceivedBlockchainTransaction{
Kind: kind,
Transaction: transaction,
FromUserAddress: fromUserAddress,
},
Expand Down
Loading

0 comments on commit 407a47b

Please sign in to comment.