Skip to content

Commit

Permalink
Fix NXDOMAIN detection
Browse files Browse the repository at this point in the history
It was broken during the switch to modern btcd.
  • Loading branch information
JeremyRand committed Dec 16, 2019
1 parent 7c39b77 commit ca0fe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion namecoin/namecoin.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package namecoin

import (
"github.com/namecoin/btcd/btcjson"
"github.com/btcsuite/btcd/btcjson"
"github.com/namecoin/btcd/rpcclient"
"gopkg.in/hlandau/madns.v2/merr"

Expand Down

0 comments on commit ca0fe55

Please sign in to comment.