Compare commits

..

No commits in common. "merge-bitspill" and "master" have entirely different histories.

View File

@ -9,7 +9,7 @@ import (
"github.com/trezor/blockbook/bchain/coins/btc" "github.com/trezor/blockbook/bchain/coins/btc"
) )
// FloRPC is an interface to JSON-RPC flod service. // FloRPC is an interface to JSON-RPC bitcoind service.
type FloRPC struct { type FloRPC struct {
*btc.BitcoinRPC *btc.BitcoinRPC
} }