Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
feat(BUX-417): remove monitor and blockheader (#16)
Browse files Browse the repository at this point in the history
* feat(BUX-417): remove monitor from destination

* feat(BUX-498): remove block header
  • Loading branch information
pawellewandowski98 authored Jan 18, 2024
1 parent cfeb83b commit 9575316
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
32 changes: 0 additions & 32 deletions block_header.go

This file was deleted.

4 changes: 0 additions & 4 deletions destination.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package buxmodels

import (
"time"

"github.com/BuxOrg/bux-models/common"
)

Expand All @@ -27,6 +25,4 @@ type Destination struct {
Address string `json:"address"`
// DraftID is a destination's draft id.
DraftID string `json:"draft_id"`
// Monitor is a time when destination was monitored.
Monitor time.Time `json:"monitor"`
}

0 comments on commit 9575316

Please sign in to comment.