This commit is contained in:
sairajzero 2023-06-26 17:12:32 +05:30
commit 01502a6ae7

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 bitcoind service. // FloRPC is an interface to JSON-RPC flod service.
type FloRPC struct { type FloRPC struct {
*btc.BitcoinRPC *btc.BitcoinRPC
} }