use stdlib "slices".

This commit is contained in:
fiatjaf
2024-02-08 16:36:18 -03:00
parent 1b0ecd993e
commit 4cb1ec89c0
7 changed files with 7 additions and 8 deletions

View File

@@ -3,9 +3,10 @@ package opentimestamps
import (
"fmt"
"slices"
"github.com/btcsuite/btcd/chaincfg/chainhash"
"github.com/btcsuite/btcd/wire"
"golang.org/x/exp/slices"
)
type Bitcoin interface {