Perhaps an issue with using context: ```go func (g *Graph) CreateNode(seq string) (uint64, error) { ctx := context.Background() ```