Skip to content

Commit

Permalink
fix gometalint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspill committed May 11, 2018
1 parent fde28c9 commit d9dc567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// license that can be found in the LICENSE file.

/*
package floutil provides bitcoin-specific convenience functions and types.
Package floutil provides bitcoin-specific convenience functions and types.
Block Overview
Expand Down
2 changes: 1 addition & 1 deletion hdkeychain/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ func BenchmarkSerialize(b *testing.B) {
b.StartTimer()

for i := 0; i < b.N; i++ {
masterKey.String()
_ = masterKey.String()
}
}

0 comments on commit d9dc567

Please sign in to comment.