rosetta-lbry/bitcoin
jagdeep sidhu 774cf3c1d1 Update node.go
functional replacement for https://golang.org/pkg/strings/#Replace

to https://golang.org/pkg/strings/#ReplaceAll

since 1.31 golangci-lint gocritic was updated to include replace to replaceall hint.

ReplaceAll was added in Go 1.12

See https://github.com/go-critic/go-critic/issues/872 for more.
2020-11-12 12:11:21 -08:00
..
client_fixtures Add test for bitcoin mempool implementation 2020-09-18 18:10:56 -07:00
client.go Add back NetworkStatus 2020-09-28 07:59:43 -07:00
client_test.go Add back network status test 2020-09-28 08:01:13 -07:00
node.go Update node.go 2020-11-12 12:11:21 -08:00
types.go Add support for mempool 2020-09-18 18:04:37 -07:00
utils.go Initial commit 2020-09-17 14:40:16 -07:00