Compare commits

...

2 Commits

Author SHA1 Message Date
sairajzero
01502a6ae7 Merge https://github.com/bitspill/blockbook into dev 2023-06-26 17:12:32 +05:30
Jeremiah Buddenhagen
aad4f70f0c flo 2019-01-24 13:21:06 -08:00

View File

@ -9,7 +9,7 @@ import (
"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 {
*btc.BitcoinRPC
}