Update Geth and CICD

This commit is contained in:
Abdul Rabbani
2022-06-17 10:45:54 -04:00
parent fa4428b167
commit 4121863a4c
5 changed files with 45 additions and 196 deletions
+4
View File
@@ -226,6 +226,10 @@ func (b *Backend) HeaderByNumberOrHash(ctx context.Context, blockNrOrHash rpc.Bl
return nil, errors.New("invalid arguments; neither block nor hash specified")
}
func (b *Backend) PendingBlockAndReceipts() (*types.Block, types.Receipts) {
return nil, nil
}
// GetTd gets the total difficulty at the given block hash
func (b *Backend) GetTd(blockHash common.Hash) (*big.Int, error) {
var tdStr string