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

feat(BUX-417): remove monitor and blockheader #16

Merged
merged 2 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"`
}