Skip to content

Commit

Permalink
Fix: operation types
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Feb 10, 2024
1 parent 9875f79 commit 339aac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/mempool/tzkt/tzkt.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ func (tzkt *TzKT) processOperation(model interface{}, message *OperationMessage)
if err != nil {
return err
}
operation.Type = toNodeKinds[operation.Type]
if value, ok := message.Hash.LoadOrStore(operation.Hash, operation); ok {
if stored, ok := value.(data.Operation); ok {
if operation.BakerFee != nil {
Expand Down

0 comments on commit 339aac5

Please sign in to comment.