Fix format
This commit is contained in:
parent
9b8b10b6e0
commit
a282cde045
@ -168,4 +168,3 @@ func (z *ZCashRPC) GetMempoolEntry(txid string) (*bchain.MempoolEntry, error) {
|
||||
func (z *ZCashRPC) GetBlockRaw(hash string) (string, error) {
|
||||
return "", errors.New("GetBlockRaw: not supported")
|
||||
}
|
||||
|
||||
|
||||
@ -140,7 +140,6 @@ func (c *fakeBlockChain) GetBlockRaw(hash string) (string, error) {
|
||||
return "00e0ff3fd42677a86f1515bafcf9802c1765e02226655a9b97fd44132602000000000000", nil
|
||||
}
|
||||
|
||||
|
||||
func (c *fakeBlockChain) GetTransaction(txid string) (v *bchain.Tx, err error) {
|
||||
v = getTxInBlock(GetTestBitcoinTypeBlock1(c.Parser), txid)
|
||||
if v == nil {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user