Fix format

This commit is contained in:
Martin Boehm 2022-03-06 21:27:52 +01:00
parent 9b8b10b6e0
commit a282cde045
6 changed files with 11 additions and 13 deletions

View File

@ -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")
}

View File

@ -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 {