Skip to content

Commit

Permalink
refact
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentDebug committed Dec 16, 2023
1 parent 6f2da42 commit 1ce7ff3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/inscribefile/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcd/txscript"
"github.com/btcsuite/btcd/wire"
"github.com/vincentdebug/go-ord-tx/internal/ord"
"github.com/vincentdebug/go-ord-tx/ord"
"github.com/vincentdebug/go-ord-tx/pkg/btcapi/mempool"
"log"
"net/http"
Expand Down
2 changes: 1 addition & 1 deletion examples/inscribewithoutnoderpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcd/txscript"
"github.com/btcsuite/btcd/wire"
"github.com/vincentdebug/go-ord-tx/internal/ord"
"github.com/vincentdebug/go-ord-tx/ord"
"github.com/vincentdebug/go-ord-tx/pkg/btcapi/mempool"
"log"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/inscribewithprivatenoderpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/btcsuite/btcd/chaincfg/chainhash"
"github.com/btcsuite/btcd/rpcclient"
"github.com/btcsuite/btcd/wire"
"github.com/vincentdebug/go-ord-tx/internal/ord"
"github.com/vincentdebug/go-ord-tx/ord"
"log"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/inscribewithpublicnoderpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/btcsuite/btcd/rpcclient"
"github.com/btcsuite/btcd/txscript"
"github.com/btcsuite/btcd/wire"
"github.com/vincentdebug/go-ord-tx/internal/ord"
"github.com/vincentdebug/go-ord-tx/ord"
"log"
)

Expand Down
File renamed without changes.

0 comments on commit 1ce7ff3

Please sign in to comment.