typo
This commit is contained in:
parent
12e201b3db
commit
09b1dd1dd2
@ -53,7 +53,7 @@ type BGoldParser struct {
|
|||||||
*btc.BitcoinParser
|
*btc.BitcoinParser
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewBCashParser returns new BGoldParser instance
|
// NewBGoldParser returns new BGoldParser instance
|
||||||
func NewBGoldParser(params *chaincfg.Params, c *btc.Configuration) *BGoldParser {
|
func NewBGoldParser(params *chaincfg.Params, c *btc.Configuration) *BGoldParser {
|
||||||
return &BGoldParser{BitcoinParser: btc.NewBitcoinParser(params, c)}
|
return &BGoldParser{BitcoinParser: btc.NewBitcoinParser(params, c)}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user