Skip to content

Commit

Permalink
chainntnfs: Improve interface testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusd committed Jul 8, 2020
1 parent 7e42768 commit 83e8f0d
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 178 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ lnwallet/.miner-logs*
chainscan/csdrivers/.*
chainscan/csdrivers/*.log
chainntnfs/*.log
chainntnfs/.miner-logs*

cmd/cmd
*.key
Expand Down
2 changes: 1 addition & 1 deletion chainntnfs/dcrdnotify/dcrd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func TestInneficientRescan(t *testing.T) {

// Create an output and subsequently spend it.
outpoint, txout, privKey := chainntnfs.CreateSpendableOutput(
t, harness,
t, harness, nil,
)
spenderTx := chainntnfs.CreateSpendTx(
t, outpoint, txout, privKey,
Expand Down
Loading

0 comments on commit 83e8f0d

Please sign in to comment.